RA

Fork of RA8875 by David Smart

Revision:
98:542a80cbde31
Parent:
81:01da2e34283d
diff -r 01da2e34283d -r 542a80cbde31 RA8875.h
--- a/RA8875.h	Sun Dec 28 21:50:28 2014 +0000
+++ b/RA8875.h	Fri Apr 08 15:04:05 2016 +0000
@@ -266,7 +266,10 @@
     ///             and the default is true (enabled). @see TouchPanelInit.
     /// @returns success/failure code. @see RetCode_t.
     ///
-    RetCode_t init(int width = 480, int height = 272, int color_bpp = 16, 
+    /*RetCode_t init(int width = 480, int height = 272, int color_bpp = 16, 
+        bool poweron = true, bool keypadon = true, bool touchscreeenon = true);*/
+        
+            RetCode_t init(int width = 800, int height = 480, int color_bpp = 8, 
         bool poweron = true, bool keypadon = true, bool touchscreeenon = true);
     
     /// Get a pointer to the error code.