Images rendering double #2045
Unanswered
ZeldaFan0225
asked this question in
Q&A - General
Replies: 1 comment
-
I suspect the problem is elsewhere in the code or an incorrectly sized image in the wrong format. A complete working sketch would be needed to identify the route cause. |
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.
-
Hey there I am trying to render 2 Images of an arrow pointing left and right.
If I render the arrow left image twice it only shows it twice and vice versa and if I render both left and right for some reason it is rendering one button twice even though not specified in the code...
i use
tft.pushImage(X, Y, imageWidth, imageHeight, ImageImport)
tft.pushImage(X, Y, imageWidth, imageHeight, ImageImport)
exactly as shown in the example in the repo...
Beta Was this translation helpful? Give feedback.
All reactions