size of Sprite #2707
Unanswered
DrSeldom
asked this question in
Q&A - Sprites
size of Sprite
#2707
Replies: 2 comments
-
The maximum sprite size is determined by the available RAM. See here in ReadMe for more info: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
background.createSprite(480,100); - its WORK!
background.createSprite(480,120); - dont work (
Arduino IDE 2
TFT_eSPI ver 2.5.0
ESP32
#define RPI_ILI9486_DRIVER // 20MHz maximum SPI //480x320
SPI
when it works everything is fine, if it doesn't work then the screen is white
Beta Was this translation helpful? Give feedback.
All reactions