Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Esp8266 support #40

Open
Omidttl opened this issue Nov 26, 2019 · 4 comments
Open

Esp8266 support #40

Omidttl opened this issue Nov 26, 2019 · 4 comments

Comments

@Omidttl
Copy link

Omidttl commented Nov 26, 2019

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

@anagen
Copy link

anagen commented Dec 17, 2019

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

@Omidttl
Copy link
Author

Omidttl commented Dec 17, 2019

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

@anagen
Copy link

anagen commented Dec 17, 2019

Super helpful, thank you

Made the change it works.

@anagen
Copy link

anagen commented Dec 17, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants