fixed library.

Dependents:   Sharp_Memory_LCD_Test hello_GT20L16J1Y_FONT_mlcd

Fork of sharp_mlcd by Masato YAMANISHI

Revision:
2:c36cdd3ad7ba
Parent:
1:f8ba3b236d12
--- a/sharp_mlcd.h	Sun May 11 14:03:39 2014 +0000
+++ b/sharp_mlcd.h	Fri Sep 12 18:04:58 2014 +0000
@@ -60,6 +60,8 @@
 
   sharp_mlcd(const char* name = "LCD");
 
+  sharp_mlcd(PinName mosi, PinName sclk, PinName scs, PinName extcomin, PinName disp, const char* name = "LCD");
+
   /** Get the width of the screen in pixel
    *
    * @param
@@ -134,7 +136,7 @@
    *
    */
 
-  void copy_to_lcd(void);
+  void copy_to_lcd(int start = 0);
 
   /** clear the screen
    *