Basic library for SHARP LCD LS027B4DH01/LS027B7DH01

Dependents:   AkiSpiLcd_demo AkiSpiLcd_demo2 LCDRAM AkiSpiLcd_example

Revision:
16:fa277cbcc890
Parent:
14:812873f3a933
Child:
17:3b47e5044518
--- a/AkiSpiLcd.h	Mon Jan 12 11:46:46 2015 +0000
+++ b/AkiSpiLcd.h	Mon Jan 12 12:04:01 2015 +0000
@@ -148,10 +148,17 @@
     void ramWriteMultiLine(int startline, int length, uint8_t* data, int screen);
 
     /** copies whole data in screen into LCD
+    * @param startline starting line number(1-240)
+    * @param length number of line to read
     * @param screen screen to copy (0 or 1)
     */
     void ram2lcd(int startline, int length, int screen);
 
+    /** copies whole data in screen into LCD
+    * @param screen screen to copy (0 or 1)
+    */
+    void ram2lcd(int screen);
+
     /** read a byte from SRAM (copied from Ser23K256)
     * @param address    The address to read from
     * @return the character at that address