Displaying numbers in a sprite on st7789 #3079
-
|
Hello @Bodmer is the Using the following code Numbers on the display, and depending on the numbers, the background color changes. I make the output through a sprite (in a double buffer), and I encountered a problem that the image is not output if the buffer is larger than |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
You can place the top left corner of the s[rite at any x,y display position: digit.pushSprite(x, y); |
Beta Was this translation helpful? Give feedback.
-
|
Hello again, @Bodmer flickering.mp4I try to output two sprites to a third sprite, and still get flickering. The simulator certainly has a different microcontroller (more powerful and has Thanks for your help and library🙂! |
Beta Was this translation helpful? Give feedback.







You can place the top left corner of the s[rite at any x,y display position:
digit.pushSprite(x, y);