PNG TFT for ST7789V RP2040 #2088
shamirtahir50
started this conversation in
Raspberry Pi Pico
Replies: 1 comment 1 reply
-
Run the Colour_Test example and check if they reported colours are correct. If not you need to define the colour order in the setup file. See comments in User_Setup.h file for the required #define. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am working with 16-bit TFT (Driver ST7789V) with RP2040.
I have generate a bitmap of png from,
http://www.rinkydinkelectronics.com/t_imageconverter565.php
My PNG,

But my tft is displaying it like this,

But same bitmap is working fine for TFT lcd for Arduino.
Whats the problem here? @Bodmer
Beta Was this translation helpful? Give feedback.
All reactions