-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.28inch_ESP32-2424S012 boot loop #3544
Comments
Can you send your setup? Pin defines file |
I have the same problem, with version 3.0.1 of esp32 on arduino it works correctly, with the latest version it goes into a reset loop. I use a 3.5" SPI TFT the user_setup file is configured like this: #define TFT_MISO 19 // For ESP32 Dev board (only tested with GC9A01 display) //#define TFT_MOSI 15 // In some display driver board, it might be written as "SDA" and so on. #define TOUCH_CS 21 // Chip select pin (T_CS) of touch screen The serial monitor output is: ets Jun 8 2016 00:22:57 rst:0x8 (TG1WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) |
Can you add this line and test:
|
|
Now I see. You have ESP32-C3 board. Can you test with this "TFT_eSPI_ESP32_C3.h" file from this link: https://www.filemail.com/d/bsgocapqwmdpeyj I had the same issue. Modified the .h file BR, |
Strange. Here is my setup, tested again now, works OK: Win10 user.select.h:
My board: Adruino board setup: SPI pins are different but you said your setup was working before |
Works well on ESP32 3.0.7, too |
Can you send your user.select.h file. I want to test with it |
|
Thank you. WhatsApp.Video.2024-11-14.at.20.35.18.mp4OK. It stuck after tft.init like yours. Something with the User_Setup.h file. https://www.filemail.com/d/eaavnnfigzjkjfg Save the setup file (Setup70tk_ESP32_C3_GC9A01.h) to your "....\Arduino\libraries\TFT_eSPI\User_Setups" folder,
to your User_Setup_Select.h file, Hope this will solve your issue. |
working, thank you ^^ |
HappyFace(); |
LCD works fine when I use ESP32 library ver2.0.2 but when I update ESP32 library to 3.0.5, ESP32 falls into boot loop
17:40:08.708 -> rst:0x3 (RTC_SW_SYS_RST),boot:0xc (SPI_FAST_FLASH_BOOT)
17:40:08.708 -> Saved PC:0x40048b82
17:40:08.708 -> SPIWP:0xee
17:40:08.708 -> mode:DIO, clock div:1
17:40:08.708 -> load:0x3fcd5820,len:0x458
17:40:08.708 -> load:0x403cc710,len:0x814
17:40:08.753 -> load:0x403ce710,len:0x2880
17:40:08.753 -> entry 0x403cc710
The text was updated successfully, but these errors were encountered: