Michael Kuchnik / Mbed 2 deprecated uLCD_Multiscreen

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

Embed: (wiki syntax)

« Back to documentation index

Command Class Reference

Command Class Reference

Class represents a uLCD command. More...

#include <Command.h>

Inherited by BackgroundColor, BaudRate, Blit, ClearScreen, DrawPixel, and Reset.

Public Member Functions

virtual void execute (uLCD_4DGL *uLCD)=0
 Executes the command on the target uLCD.

Detailed Description

Class represents a uLCD command.

Definition at line 7 of file Command.h.


Member Function Documentation

virtual void execute ( uLCD_4DGL *  uLCD ) [pure virtual]

Executes the command on the target uLCD.

Parameters:
uLCDthe lcd to execute the command on.