HT1632-for-Arduino icon indicating copy to clipboard operation
HT1632-for-Arduino copied to clipboard

Esp8266 support

Open Omidttl opened this issue 5 years ago • 4 comments

Hi there, how can I develop this library to use it for ESP8266?? when I change my board(in the Arduino IDE) from Arduino Leonardo to ESP8266 the sample codes couldn't be compiled and I got some errors

Omidttl avatar Nov 26 '19 06:11 Omidttl

I ran into same issues, tried to change board types and change few things to check, no luck.

Making this work for esp8266 will be great

anagen avatar Dec 17 '19 08:12 anagen

the problem was with "min" function which has to be edited to "_min " to work in esp8266 devices.that's all

Omidttl avatar Dec 17 '19 08:12 Omidttl

Super helpful, thank you

Made the change it works.

anagen avatar Dec 17 '19 16:12 anagen

the problem was with "min" function which has to be edited to "_min " to work in esp8266 devices.that's all

Btw, Text is printing Inverted, something wring with FONT file or is there rotation function

anagen avatar Dec 17 '19 17:12 anagen