Graphical demo for the LPC4088 Experiment Base Board with one of the Display Expansion Kits. This program decodes decodes and shows two png images.

Dependencies:   EALib mbed

Embed: (wiki syntax)

« Back to documentation index

TestDisplay Class Reference

TestDisplay Class Reference

Test the display connected with a FPC cable to the LPC4088 Experiment Base Board as well as the AR1021 touch sensor on the board. More...

#include <TestDisplay.h>

Public Member Functions

 TestDisplay (WhichDisplay which)
 Create an interface to the display.
bool runTest ()
 Test the display.

Detailed Description

Test the display connected with a FPC cable to the LPC4088 Experiment Base Board as well as the AR1021 touch sensor on the board.

Definition at line 29 of file TestDisplay.h.


Constructor & Destructor Documentation

TestDisplay ( WhichDisplay  which )

Create an interface to the display.

Definition at line 91 of file TestDisplay.cpp.


Member Function Documentation

bool runTest (  )

Test the display.

Returns:
true if the test was successful; otherwise false

Definition at line 128 of file TestDisplay.cpp.