Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of RA8875 by
Diff: RA8875.cpp
- Revision:
 - 28:ed102fc442c4
 - Parent:
 - 25:9556a3a9b7cc
 - Child:
 - 29:422616aa04bd
 
--- a/RA8875.cpp	Fri Jan 17 03:22:56 2014 +0000
+++ b/RA8875.cpp	Fri Jan 17 17:24:05 2014 +0000
@@ -57,7 +57,9 @@
     font = NULL;                        // no external font, use internal.
     select(false);                      // deselect the display
     frequency(RA8875_DEFAULT_SPI_FREQ); // data rate
-    init();
+    Reset();
+    Power(true);
+    Backlight_u8(255);
 #ifdef PERF_METRICS
     performance.start();
     ClearPerformance();
@@ -890,7 +892,7 @@
     // Clear ram image
     SetWindow(0,0, width(), height());          // Initialize to full screen
     SetTextCursorControl();
-    foreground(Black);
+    foreground(Blue);
     background(Black);
     cls();
     return noerror;
    