#define IWIDTH 240 SIZE #1503
Unanswered
fungreenfox
asked this question in
Q&A - Sprites
Replies: 2 comments
-
The processors memory is the limit. Instead of creating a large sprite, create one that is the display width, then use a loop:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Moving to discussions as this is not a library issue. Post back if you need more help. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sprite_scroll_8bit.ino
Found, that #define IWIDTH 240 can max be 2500. How to define a bigger amount, to make a longer text ?
Script will be used in a radio with RDS recieve option, and it is not known, how much longer the text string will be.
Beta Was this translation helpful? Give feedback.
All reactions