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:
4:b02dfd360729
Parent:
0:a0faa86660d4
Child:
11:0f8ae10b308d
--- a/TextDisplay.h	Tue May 05 14:32:28 2015 +0000
+++ b/TextDisplay.h	Thu May 28 16:05:09 2015 +0000
@@ -49,11 +49,6 @@
     
     // functions that come for free, but can be overwritten
 
-    /** redirect output from a stream (stoud, sterr) to  display
-    * @param stream stream that shall be redirected to the TextDisplay
-    */
-    virtual bool claim (FILE *stream);
-
     /** clear screen
     */
     virtual void cls();