wemos / D1_mini_Examples

WeMos D1 & D1 mini Arduino Examples
547 stars 228 forks source link

Wemos D1 mini 2.4 TFT screen boot loop #50

Closed patatman closed 4 years ago

patatman commented 4 years ago

I've tried to use the sketch to display a image on the 2.4 TFT touchscreen, but every time I try to use the demo sketch I get an error.

ets Jan  8 2013,rst cause:2, boot mode:(3,6)

load 0x4010f000, len 1384, room 16 
tail 8
chksum 0x2d
csum 0x2d
vbc204a9b
~ld
ILI9341 Test!

The touchscreen demo where you can show the touch values from the serial monitor is working fine. Also if i try to use only the ILI9341 driver to display an image it isn't loading.

Anyone else having these errors? I can't seem to find a solution on the internet.

patatman commented 4 years ago

I've fixed the issue by not using the Adafruit library, but using the TFT_eSPI library which has more functionality and not the bug. I think the reason i'm not able to use the Adafruit library is because i have a Wemos D1 clone.