MicroPython-ST7735 icon indicating copy to clipboard operation
MicroPython-ST7735 copied to clipboard

Regarding the freeze issue when initializing the LCD on ESP32-S3

Open YCTS-otree opened this issue 1 year ago • 0 comments

My development board is ESP32 S3. During the initialization process, it froze and could not stop, so I had to burn the firmware again.

The code is stuck here: LCD=ST7735 (130, 161, spi, dc=Pin (15), cs=Pin (16), rst=Pin (18), rot=0, bgr=0)

The development board model is ESP32-S3-WROOM-1 N16R8, with 8MB of SPRAM and 16MB of Flash

YCTS-otree avatar Feb 01 '24 07:02 YCTS-otree