PicoLowLevel
|
Display class, handles display itself and GUI. More...
#include <Display.h>
Public Member Functions | |
Display () | |
void | begin () |
void | handleGUI () |
Handles display via recorded interrupts. | |
void | okInterrupt () |
OK button ISR. | |
void | navInterrupt () |
NAV button ISR. | |
Display class, handles display itself and GUI.
Display::Display | ( | ) |
void Display::begin | ( | ) |
void Display::handleGUI | ( | ) |
Handles display via recorded interrupts.
This function needs to be called as often as possible. If no button is pressed for more than MENUTIMEOUT automatically returns to the logo.
void Display::navInterrupt | ( | ) |
NAV button ISR.
void Display::okInterrupt | ( | ) |
OK button ISR.