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

use PROGMEM #6

Closed
neu-rah opened this issue Jan 9, 2015 · 2 comments
Closed

use PROGMEM #6

neu-rah opened this issue Jan 9, 2015 · 2 comments
Assignees

Comments

@neu-rah
Copy link
Owner

neu-rah commented Jan 9, 2015

move as mutch as possible to progmem.. this is needed for uno, but we will loose hability to have dynamic things.... can we have both?

@neu-rah
Copy link
Owner Author

neu-rah commented Jul 28, 2016

related issue #35

@neu-rah
Copy link
Owner Author

neu-rah commented Jul 28, 2016

PROGMEM is done for strings and menu lists...
menu objects are still on ram
future separation can use virtual functions for specific variable info
a focus trace can be used for other navigation variables (a stack from current focus to menu root)
reflecting the navigation path
menufields template poses a problem with template dependent type (tmp)
must not modify current function to accept nav node because it will probably be a template too, in order to support tmp type, and we don't want to make templates of current menu functions.
still have to think about code flow...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant