Fork of Silabs MemoryLCD library
Dependents: demoUI whrmDemoUI Host_Software_MAX32664GWEB_HR_EXTENDED Host_Software_MAX32664GWEC_SpO2_HR-_EXTE ... more
C++ library for Sharp Microelectronics 1.28 inch LCD TFT, LS013B7DH03, SPI bus. Forked from Silicon Labs MemoryLCD display driver.
Revision 1:6332f3383fb6, committed 2015-03-18
- Comitter:
- Steven Cooreman
- Date:
- Wed Mar 18 10:58:34 2015 -0500
- Parent:
- 0:a0faa86660d4
- Child:
- 2:2f10f00fe56c
- Commit message:
- Doxygen error?
Changed in this revision
| LS013B7DH03.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/LS013B7DH03.h Wed Mar 18 10:57:16 2015 -0500
+++ b/LS013B7DH03.h Wed Mar 18 10:58:34 2015 -0500
@@ -57,7 +57,6 @@
} LS013B7DH03_state_t;
namespace silabs {
-class LS013B7DH03 : public BufferedDisplay {
/** A driver for the Sharp LS013B7DH03 Memory LCD, present on some EFM32 Starter Kits.
*
* Currently supports LS013B7DH03 only, but should be easily modifiable.
@@ -111,6 +110,7 @@
* }
* @endcode
*/
+class LS013B7DH03 : public BufferedDisplay {
public:
LS013B7DH03(SPI * spi, DigitalOut * CS, DigitalOut * ExtCom, const char *name=NULL);