Use PROGMEM for menu entries to save RAM #82
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/optimize-menu-entries"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
This PR uses PROGMEM for the LCD menu entries, saving a lot of RAM.
When building for env:MEGA_X from the current master:
With the changes from this PR:
Benefits
Freeing RAM allows increasing buffer sizes or adding features without risking a stack overflow.
Configurations
Any configuration that uses AnycubicTouchscreenClass.
Related Issues
None that I know of.
Ahh.. that's a great Idea! Thank you very much!