Uses the same fonts as the SPI_TFT_ILI9341 Library (I have many, and a html/php font editor for that)

Revision:
1:8e447a4c8995
Parent:
0:cc1fb45bc3ad
Child:
2:e213811335ac
--- a/SPI_TFT_ILI9225.cpp	Wed Nov 23 01:05:59 2016 +0000
+++ b/SPI_TFT_ILI9225.cpp	Wed Nov 23 01:23:27 2016 +0000
@@ -8,7 +8,7 @@
 
 Changed:
 by Jack Berkhout 23-11-2016
-- uses the same fonts as the SPI_TFT_ILI9341 Library (I have many, and a html/php editor for that)
+- uses the same fonts as the SPI_TFT_ILI9341 Library (I have many, and a html/php font editor for that)
 - some code removed, some added, some changed
 - the led backlight is using a PWM output, so it can be adjusted (0.0f = off - 1.0f = on)
 - added formatted printf
@@ -182,7 +182,7 @@
     cls();
     linespacing(0);
     setBacklight(1.0f);
-    setOrientation(ILI9225_LANDSCAPE_R);
+    setOrientation(ILI9225_LANDSCAPE_B);
     foreground(COLOR_WHITE);
     background(COLOR_BLACK);
 }