PlatformIO RP2040 and ST7789 without CS PIN Dark/Black Screen #3561
Unanswered
Hraefns
asked this question in
Q&A - General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi newcomer here, I need help with making this library to work on my RP2040(YD-RP2040) and ST7789(Without CS PIN) using PlatformIO. I can confirm the PIN is correct and the TFT is not faulty because I already tried to do a flashing background test manually without any library.
I tried to set TFT_BACKLIGHT_ON to LOW and it's work because my TFT screen goes complete black, I can see a greyish flash when I press the reset button too, but after that all I see just complete black screen.
EDIT: I see the lights kind of flashing in loop but it's still black (so it's like backlight go darker and go lighter if that make sense) but this only happens if I power up my pico with another pico (because I was trying to debug it), if I power it up directly through USB C I can see a slight flash when I press the reset button but that's all no flashing after that.
I already tried to search the platformIO.ini example and this is what I came up with but still no luck:
Here is the simple code I used to test with TFT_eSPI:
I don't know if the setup is correct since I'm pretty new to PIO and somehow my earlephilhower will failed without having PICO_CYW43_SUPPORTED & CYW43_PIN_WL_DYNAMIC set to 0. Any help will be really appreciated! :)
Beta Was this translation helpful? Give feedback.
All reactions