Fixup settings acceleration

This commit is contained in:
Ben V. Brown
2023-07-22 17:25:27 +10:00
parent 86fed6bfbe
commit 627d8f8be1
2 changed files with 11 additions and 2 deletions

View File

@@ -24,7 +24,13 @@ The use of these gives a notion of "direction" when navigating the menu.
│Soldering Mode│ │ │ │ │ │ │
│ OR ├───────────┤Home Menu ├───────────┤Settings Main Menu├───────────┤Settings sub menu│
│Reflow Mode│ │ │ │ │ │ │
└──────────────┘ └──────────┘ └──────────────────┘ └────────────────┘
└──────────────┘ └──────────┘ └──────────────────┘ └────────────────┘
┌─────────┴───────┐
│ │
│Settings sub menu│
│ │
└─────────────────┘
```
The downside of supporting transitions is that for these to work, the code should render the screen _first_ then return the new state.