-
-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
44 changed files
with
1,553 additions
and
2,971 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.pioenvs | ||
.clang_complete | ||
.gcc-flags.json | ||
.gcc-flags.json | ||
.piolibdeps |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Arduino Menu Library | ||
|
||
+ add macros to build navRoot | ||
+ suspension in only one function with suspension events | ||
+ implement other fields | ||
- dialogs and modal dialogs (static alloc) | ||
- alerts (dynamic) | ||
- errors (dynamic modal) | ||
- modal just blocks the cycle. | ||
+ use menu acceletators + auto numbering | ||
- custom field format (date/time) | ||
- textField? | ||
|
||
maybe we need a super parser for text FIELD | ||
- current parsers are at meu object level interpreting keys | ||
- however enter and navigation keys should be handled at lower levels | ||
- the problem is to bring down numeric parse and accelerators | ||
|
||
=> menus should have ID's and accelerators |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.