EmbeddedArtists AB / Mbed 2 deprecated lpc4088_ebb_ptp

Dependencies:   EALib I2S LM75B SDFileSystem 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 ()
 Create an interface to the display.
void showStatus (bool success)
 Use the RED or GREEN LEDs to signal failure/success.
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 (  )

Create an interface to the display.

Definition at line 81 of file TestDisplay.cpp.


Member Function Documentation

bool runTest (  )

Test the display.

Returns:
true if the test was successful; otherwise false

Definition at line 121 of file TestDisplay.cpp.

void showStatus ( bool  success )

Use the RED or GREEN LEDs to signal failure/success.

Definition at line 102 of file TestDisplay.cpp.