PicoLowLevel
Loading...
Searching...
No Matches
Display Class Reference

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.
 

Detailed Description

Display class, handles display itself and GUI.

Constructor & Destructor Documentation

◆ Display()

Display::Display ( )

Member Function Documentation

◆ begin()

void Display::begin ( )
Here is the caller graph for this function:

◆ handleGUI()

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.

Here is the caller graph for this function:

◆ navInterrupt()

void Display::navInterrupt ( )

NAV button ISR.

Here is the caller graph for this function:

◆ okInterrupt()

void Display::okInterrupt ( )

OK button ISR.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: