krysiu / brewtrolleralpha

Automatically exported from code.google.com/p/brewtrolleralpha
0 stars 0 forks source link

Compile / Setup Options #51

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'd like to support moving most of the compile options in to the setup UI but I 
still want to support compile options for users with 64KB (ATMEGA644P). 
Currently we have three levels of UI support:
  * Full UI
  * No Setup
  * No UI

I'd like to insert 'Light Setup' that is equivalent to what is in place today. 
The default full Ui would include logic that is optional today. This will allow 
users with 128KB a better user experience without leaving 64KB users behind.

The Menu library should make this easy. It will allow menus to be dynamic. Menu 
items can be skipped but a static index value is returned rather than the 
direct encoder value which will change depending on the number of items in the 
list.

Original issue reported on code.google.com by mattreba@gmail.com on 15 Jan 2011 at 4:13

GoogleCodeExporter commented 9 years ago

Original comment by mattreba@gmail.com on 26 Jan 2011 at 8:21

GoogleCodeExporter commented 9 years ago

Original comment by mattreba@gmail.com on 26 Jan 2011 at 9:32