sprite.fillRectVGradient not working #2275
Unanswered
GithubRick66
asked this question in
Q&A - Sprites
Replies: 1 comment 2 replies
-
I woks fr me. Maybe you are using an old version of the library? Try v2.4.79 |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hello.
First, thank you to Bodmer for the fantastic library !
I am trying to use fillRectVGradient in a sprite and it don't seem to work
I am using the LilyGO TTGO T-Display-S3 ESP32-S3 board
tft.fillRectHGradient(0, 60, 160, 50, TFT_WHITE, TFT_BLACK); is working
tft.fillRectVGradient(0, 60, 160, 50, TFT_WHITE, TFT_BLACK); is working
sprite.fillRectHGradient(0, 60, 160, 50, TFT_WHITE, TFT_BLACK); is working
sprite.fillRectVGradient(0, 60, 160, 50, TFT_WHITE, TFT_BLACK); is not working
Excuse me if I have missed something
Beta Was this translation helpful? Give feedback.
All reactions