maybe these components are not compatible after all #3045
JungleJim440
started this conversation in
Compatible displays and setup files
Replies: 2 comments 2 replies
-
GPIO 19 is MOSI You have these swapped at the moment. The other alloations look good. BTW, you need to use Earle Philhower's RP2040 board package. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Sorry for the several days delay in getting you this response. I returned home to several days without electricity/phone/internet caused by heavy storm damage in the area. Thank you sir, "#define RP2040_PIO_SPI" did the trick. I am off to the races ! |
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.
-
Rather than bore you all with the many rabbit holes I have been down trying to make this work I shall simply list the major hardware components and perhaps I can get some feedback from the more experienced than I on whether or not I am doomed to fail. [ others have surely been here before me ]
I am using an ST7796S based 3.5" TFT display upon which I can run simple graphics tests with Adruino_ST7796S_kbv.h
I would like to use some sprites on this 320x480 TFT display so ultimately I am thinking about TFT_eSPI.h
and...as this display supports capacitive touch, that too be a road I shall crawl down at some point.
I am using a RPi Pico (for me a big set up from an Arduino UNO or NANO)
I am programming with the Arduino IDE
my code validates, and based up some serial print messages along the way my void loop() is marching along as expected.
Thus far I have NOT been able to execute so much as a successful "tft.fillScreen(TFT_RED);" when using TFT_eSPI.h
I have been just fine with a "tft.fillScreen(ST7796S_GREEN);" when using Adafruit_ST7796S_kbv.h
thanks ahead of time to any and all who politely choose to help me pull my head of of my arse :)
the attached text file is for the "myCustom_Setup" file created in compliance with Bodmer "TIPs" section as a guide,
and which is being call upon from within TFT_eSPI "User_Setup_Select" as shown here
" #include <../TFT_eSPI_Setups/JimiG_RPiPico_ST7796_custom_setup440.h> "
JimiG_RPiPico_ST7796_custom_setup440.txt
Beta Was this translation helpful? Give feedback.
All reactions