DFRobot / DFRobot_ST7687S

MIT License
16 stars 5 forks source link

NodeMCU compatibility #3

Open pshotton opened 4 years ago

pshotton commented 4 years ago

Tried using this library with a NodeMCU ESP2866 dev board. Pin settings as below: uint8_t pin_cs = 5, pin_rs = 4, pin_wr = 10, pin_lck = 9; Wired as follows: LCD NodeMCU VCC 3.3v GND GND SPI_MOSI D7 (GPIO13) SPI_SCL D5 (GPIO14) WR SD3 (GPIO10) CS D1 (GPIO5) RS D2 (GPIO4) LCK SD2 (GPIO9)

I log in the setup() just before and after calling tft.begin(), I log About to tft.begin(): and then I get:

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

wdt reset load 0x4010f000, len 1392, room 16 tail 0 chksum 0xd0 csum 0xd0 v3d128e5c ~ld

and the NodeMCU restarts, This cycles continuously. Is this a compatibility issue or do I have the wrong GPIO settings?

kovi44 commented 3 years ago

Hi,

did you succeed? can you help with it? I would like to make it work with Wemos d1 or Wemos esp32 Thx Lukas

pshotton commented 3 years ago

Hi,

did you succeed? can you help with it? I would like to make it work with Wemos d1 or Wemos esp32 Thx Lukas

I gave up and used an Arduino instead :(