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 compatibility and more characters for setChar() #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

harlock974
Copy link

ESP8266

include <pgmspace.h> in case the controller is not an AVR

Character set

The following characters can now be displayed with setChar():
A b c d E F G H i J L n o P r t Y

@bertrik
Copy link

bertrik commented Aug 12, 2018

This looks like a good fix, except I would simplify the pull request and split it into two parts, so one to fix ESP8266 compilation and another for the character set. This makes it easier for the maintainers to apply and the chance of the pull request getting accepted, e.g. if they agree with one thing but perhaps not with the other.

@bertrik
Copy link

bertrik commented Aug 13, 2018

Hmm, this project seems dead (no commits in last three years), I'll just create my own fork with these changes and use that.

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

Successfully merging this pull request may close these issues.

2 participants