-
Notifications
You must be signed in to change notification settings - Fork 22
Add API to set font size #3
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
Comments
Not sure if better to comment on this 5 year old Issue, or to create a new one... I fully agree. Using the built in font code on an Arduino GIGA Display shield, the built in fonts are more or less useless. As I mentioned up on the Forum posting: I am experimenting without actually updating the library, but in one of my test sketches I created a subclass of the
My test sketch including the .h and .cpp file for the sub-class are up at: I had to replicate several of the ArduinoGraphics class as several of the member variables are marked private,
The main functions are:
I have not updated any of the other methods, that potentially could include: |
From @tigoe:
The text was updated successfully, but these errors were encountered: