Working on redoing menu ui.

This commit is contained in:
2021-09-07 21:56:22 -07:00
parent b08e8123d7
commit a386d93bdd
9 changed files with 176 additions and 13 deletions

View File

@@ -56,6 +56,7 @@ typedef struct {
gridbreakpoint_t breakpoints[GRID_BREAKPOINT_COUNT];
breakpointsize_t breakpointSizes[GRID_BREAKPOINT_COUNT];
uint8_t breakpointCount;
uint8_t breakpointCurrent;
/** Child items of the grid */
gridchild_t children[GRID_CHILD_COUNT];