push sprite to another sprite #2509
-
I have been trying to push one sprite i/onto another but I do not see the result. `spriteBack.setSwapBytes(true); spriteFront.setSwapBytes(true); spriteFront.pushToSprite(&spriteBack, 0, 0); spriteBack.pushSprite(0, 0);` This code should result green screen display, yet display is filled with blue color. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I suspect that there is insufficient memory for the second sprite. Try with smaller sprites. |
Beta Was this translation helpful? Give feedback.
I suspect that there is insufficient memory for the second sprite. Try with smaller sprites.