aboutsummaryrefslogtreecommitdiff
path: root/ui.h
Commit message (Collapse)AuthorAge
* First cut of UI state machineDavid Phillips2021-03-13
| | | | | | | This patch adds a first skeleton/draft of the UI state machine, with the altimeter setting logic implemented at a basic level. It also adds a Python script which uses GDB/MI to simulate/inject UI events on a GDB remote (i.e. qemu-avr running the sim copy of the firmware).
* Re-add basic display-only logicDavid Phillips2021-02-27
This module will be extended later with input and UI/menu logic