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

Add a PROGMEM variant createCharPgm() #22

Merged
merged 1 commit into from
May 25, 2022

Conversation

markisch
Copy link
Contributor

Allow data for custom characters to be stored in PROGMEM on the AVR platform.
Like the NewLiquidCrystal library, we also offer a variant of createChar
which assumes PROGMEM if the data type is const.

Copy link
Owner

@mathertel mathertel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the usual naming would be createChar_P but implementation fits.

@markisch
Copy link
Contributor Author

markisch commented May 23, 2022 via email

Allow data for custom characters to be stored in PROGMEM on the AVR platform.
Like the NewLiquidCrystal library, we also offer a variant of createChar()
which _assumes_ PROGMEM if the data type is const.
@markisch markisch force-pushed the feature-createCharPgm branch from 5a9291e to 6d42a6d Compare May 24, 2022 02:54
@markisch
Copy link
Contributor Author

Changed as requested and included an update to keywords.txt

@mathertel mathertel merged commit 0ea7dfb into mathertel:master May 25, 2022
Copy link
Owner

@mathertel mathertel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution.

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