-
Hello, I am new to using this excellent library but I still have problems using it, I would like to be able to display a real-time clock on the entire screen, I have managed to increase the font size using external fonts, but when I want to display a counter using Canvas, the images overlap, not allowing me to visualize anything. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Please post source code |
Beta Was this translation helpful? Give feedback.
-
You have to re-fill the background for each iteration, otherwise you overlap graphics. setScrollingRegion() and scroll() are useful to scroll, not to fill background.
|
Beta Was this translation helpful? Give feedback.
Please post source code