Michael Kuchnik / Mbed 2 deprecated uLCD_Multiscreen

Dependencies:   4DGL-uLCD-SE mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

ScreenUpdater Class Reference

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.