sumotoy / TFT_ILI9163C

A library for ILI9163C displays for Teensy, Arduino, ESP82266 and more...
169 stars 71 forks source link

ESP8266 SPI speed #49

Closed artur3 closed 7 years ago

artur3 commented 7 years ago

I've recently discovered that ESP8266 (NodeMCU 0.9 and NodeMCU 1.0 boards at list) has a weak SCLK output

Please add option to slow down SPI clock rate on for ESP8266. http://www.esp8266.com/viewtopic.php?f=13&t=2367

I'm trying to use 128x128 LCD with NodeMCU but without success. It works nice with UNO.

artur3 commented 7 years ago

Settings are already in. It start working with old (master) version of library and clock set to 8Mhz. 1.0p7 won't work.