Basic library for SHARP LCD LS027B4DH01/LS027B7DH01

Dependents:   AkiSpiLcd_demo AkiSpiLcd_demo2 LCDRAM AkiSpiLcd_example

Revision:
7:0c85f23a6568
Parent:
6:e3ed7599692c
Child:
9:33d5888d1fb9
--- a/AkiSpiLcd.h	Thu Aug 28 16:02:01 2014 +0000
+++ b/AkiSpiLcd.h	Thu Aug 28 17:23:43 2014 +0000
@@ -90,7 +90,7 @@
     
     /** copies whole data in screen into LCD
     */
-    void ram2lcd(int screen);
+    void ram2lcd(int startline, int length, int screen);
 
 //    /** Enables/disables display. internal memory will not flushed
 //    * @param disp true = display is on / false = display is off