Search found 4 matches

by kmdefined25
Fri Aug 23, 2024 10:41 pm
Forum: Hardware
Topic: ESP3-C3 Super Mini wiring to ST7789
Replies: 19
Views: 15370

Re: ESP3-C3 Super Mini wiring to ST7789

I'm about to give up on this project because it seems like when I try to search for specific help with the esp32 c3 mini + st7789, there are very few resources. And the ones that I found, like this one, just don't work for me because everyone has different hardware. My display will not show anything...
by kmdefined25
Mon Aug 12, 2024 5:16 pm
Forum: Hardware
Topic: ESP3-C3 Super Mini wiring to ST7789
Replies: 19
Views: 15370

Re: ESP3-C3 Super Mini wiring to ST7789

Don't try and place it anywhere else because the search order during build goes to the TFT_eSPI install folder first so you would have to make an explicit reference to the location in user_setup_select.h if you placed it anywhere else. Also user_setup_select.h must be in the TFT_eSPI install folder...
by kmdefined25
Mon Aug 12, 2024 5:10 pm
Forum: Hardware
Topic: ESP3-C3 Super Mini wiring to ST7789
Replies: 19
Views: 15370

Re: ESP3-C3 Super Mini wiring to ST7789

Hi, Check your serial port output. I am working on almost the same problem. Mine is keep rebooting as soon as tft.begin(); command Tim I have all the warnings turned on and when I upload, only 1 thing shows up as a warning, everything else looks to be okay. In file included from c:\Users\kevin\Docu...
by kmdefined25
Sat Aug 10, 2024 6:30 pm
Forum: Hardware
Topic: ESP3-C3 Super Mini wiring to ST7789
Replies: 19
Views: 15370

Re: ESP3-C3 Super Mini wiring to ST7789

Sorry to tag onto this post, but it seems like beegeebee and michielbruijn have figured out how to get an ESP32-C3 Mini and a ST7789 TFT display to work together. I literally just want to be able to have my setup working so that it shows text on the screen so that I can move forward with more advanc...