fixed library.

Dependents:   Sharp_Memory_LCD_Test hello_GT20L16J1Y_FONT_mlcd

Fork of sharp_mlcd by Masato YAMANISHI

Revision:
1:f8ba3b236d12
Parent:
0:c99dda90f834
Child:
2:c36cdd3ad7ba
--- a/sharp_mlcd.h	Sat May 10 15:32:38 2014 +0000
+++ b/sharp_mlcd.h	Sun May 11 14:03:39 2014 +0000
@@ -231,8 +231,9 @@
    *
    */
 
-  void print_bm(Bitmap bm, int x, int y);
+  void print_bm(Bitmap bm, int x, int y, int color);
   void attime();
+  void set_reverse_mode(unsigned int r);
 
  protected:
 
@@ -280,7 +281,7 @@
   unsigned int char_x;
   unsigned int char_y;
   unsigned char buffer[BUFFER_SIZE];
-  unsigned int contrast;
+  unsigned int reverse;
   unsigned int auto_up;
 
   unsigned int flip;