adafruit / Adafruit_RA8875

Adafruit Arduino library driver for the RA8875 TFT driver
http://www.adafruit.com/products/1590
Other
68 stars 58 forks source link

The ESP32 crashes #44

Closed DonatelloX closed 1 year ago

DonatelloX commented 1 year ago

Open the "buildtest" example and compile. The result is a crash of the ESP32:

RA8875 start
ets Jun  8 2016 00:22:57

rst:0x8 (TG1WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:1344
load:0x40078000,len:13864
load:0x40080400,len:3608
entry 0x400805f0
DonatelloX commented 1 year ago

OK, I found the problem:

#define RA8875_INT 32
#define RA8875_CS 5
#define RA8875_RESET 33