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 the "progmem" feature #2

Merged
merged 1 commit into from Oct 27, 2022
Merged

Add the "progmem" feature #2

merged 1 commit into from Oct 27, 2022

Conversation

bellinitte
Copy link
Owner

This pull request adds a "progmem" feature flag which wraps all pixel data of Stamps in avr_progmem::wrapper::ProgMems. Combined with the avr target, this allows the users to keep most of the data in program memory without the need to copy it to RAM.

@bellinitte bellinitte added the enhancement New feature or request label Oct 27, 2022
@bellinitte bellinitte self-assigned this Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant