Setup menu for the SoloController application. Note that the callback functions used by SetupTempMenu are contained within the CB:::SETUP::PID namespace.
More...
#include <Menu.h>
|
| void | begin (void) override |
| | Initializes the SetupMenu object. Should be called before first use.
|
| |
| void | update (void) override |
| | Updates the values and graphics displayed in the menu.
|
| |
| void | show (void) override |
| | Shows the menu in the TFT.
|
| |
Setup menu for the SoloController application. Note that the callback functions used by SetupTempMenu are contained within the CB:::SETUP::PID namespace.
◆ begin()
| void SetupPID_Menu::begin |
( |
void | | ) |
|
|
overridevirtual |
Initializes the SetupMenu object. Should be called before first use.
- Parameters
- None.
Reimplemented from SoloMenu.
◆ getInstance()
Returns reference to the ErrMsg object.
- Returns
- Reference to the ErrMsg object
◆ show()
| void SetupPID_Menu::show |
( |
void | | ) |
|
|
inlineoverridevirtual |
Shows the menu in the TFT.
- Parameters
- None.
Implements SoloMenu.
◆ update()
| void SetupPID_Menu::update |
( |
void | | ) |
|
|
overridevirtual |
Updates the values and graphics displayed in the menu.
- Parameters
- None.
Reimplemented from SoloMenu.
The documentation for this class was generated from the following files:
- C:/Users/david/Documents/PlatformIO/Solo_Controller/Solo_Controller_Repo/src/Menu.h
- C:/Users/david/Documents/PlatformIO/Solo_Controller/Solo_Controller_Repo/src/Menu.cpp