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: EALib I2S LM75B SDFileSystem mbed
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.
Generated on Sun Jul 17 2022 08:29:10 by
