Closed suibari closed 1 year ago
you can;t run two programs at the same time, they fight for the same hardware.
So in order to achieve your goal, you've to modify the sample program to show two lines.
Thank you for your prompt reply. I tried what you said and it just worked! Thank you so much.
I use a 64x32 LED matrix panel and Raspberry Pi Zero WH. I could run examples with no flickering. So I am trying to show two lines of text. As you posted in issue #404, I have attempted to display two lines of text with the following command.
(The font I'm using is an 8x8 font)
As a result, it does not work as intended, and occurs character misalignment and screen flickering. How can I display two lines?