Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: 4DGL-uLCD-SE mbed-rtos mbed
ScreenUpdater Class Reference
Attaches a thread to a physical screen and makes it operate on all input instructions. More...
#include <ScreenUpdater.h>
Public Member Functions | |
| ScreenUpdater (uLCD_4DGL *uLCD) | |
| Attaches an LCD to the updater. | |
| void | addCommand (Command *_command) |
| Add a command to the queue. | |
| ~ScreenUpdater () | |
| Destructor. | |
Detailed Description
Attaches a thread to a physical screen and makes it operate on all input instructions.
Definition at line 10 of file ScreenUpdater.h.
Constructor & Destructor Documentation
| ScreenUpdater | ( | uLCD_4DGL * | uLCD ) |
Attaches an LCD to the updater.
Definition at line 23 of file ScreenUpdater.cpp.
| ~ScreenUpdater | ( | ) |
Destructor.
Definition at line 39 of file ScreenUpdater.cpp.
Member Function Documentation
| void addCommand | ( | Command * | _command ) |
Add a command to the queue.
Definition at line 31 of file ScreenUpdater.cpp.
Generated on Thu Jul 14 2022 00:24:34 by
1.7.2