ALO-095BWNN-J9 aitendo OLED 96x64 SPI model Ver1.04

Revision:
6:7c25a9403243
Parent:
4:b68843c0269c
--- a/spioled96x64.h	Fri Jan 14 05:10:02 2011 +0000
+++ b/spioled96x64.h	Sat Jan 15 03:24:10 2011 +0000
@@ -25,14 +25,13 @@
 
 
 
-#define GAC_FILL_ENABLE_DISABLE  0x26   // 塗りつぶし可否コマンド
+#define GAC_FILL_ENABLE_DISABLE  0x26   // �h��‚Ԃ��”ۃR�}���h
 #define GAC_DRAW_RECTANGLE       0x22   // Rectangle cmd
-/*
+
 #define GAC_COPY_AREA            0x23   // Copy Area
 #define GAC_SCROLL_SETUP         0x27
 #define GAC_SCROLL_STOP          0x2E
 #define GAC_SCROLL_START         0x2F
-*/
 
 class SPIOLED96x64 : public Stream {
 public:
@@ -60,17 +59,16 @@
     void locate(int column, int row);
     int row();
     int column();
-    //void puts( char *s );
 
     void line( int x0,int y0,int x1,int y1, unsigned int fore_col ,int pat  );
     void circle (int radius, int x, int y , unsigned int col, int fill);
     void Pattern(int x,int y,int width, int height, unsigned int *p);
     void GACEnable(int enable);
-    /*
+    
     void Copy(int src_x1,int src_y1,int src_x2,int src_y2, int dst_x,int dst_y);
     void ScrollSet(int a, int b, int c, int d , int frame_interval);
     void Scroll(int enable);
-    */
+    
 protected:
      // Stream implementation functions
      virtual int _putc( int c );