-
Notifications
You must be signed in to change notification settings - Fork 36
Home
Alexander Spiridonov edited this page Jan 7, 2018
·
22 revisions
Welcome to the GEM wiki!
This wiki extends the information provided in Readme and provides additional documentation for examples supplied with the library.
- Initial setup (updating backpack's firmware)
- Test bench (project configuration used with examples)
- Customization:
- Menu appearance (menu item's width, height, etc.)
- Splash screen (modify, disable, load custom sprite)
- How to (create menu items, buttons, add callbacks, use context, etc.)
- Examples:
-
Example 01: Basic (editable
int
andboolean
menu items, basic button action) - Example 02: Blink (submenu, context-based button action)
-
Example 01: Basic (editable
- Test bench (push-buttons):
- Example 01: Basic
- Example 02: Blink
- Example 03: Party Hard!
- Test bench (rotary encoder):
- Example 05: Encoder
- Example 06: Todo List