ST7735 (Red Tab) working on the BBC Microbit (originally by user smultron1977)

Dependencies:   ST7735_TFT mbed

Fork of SPI18TFT by Jonne Valola

Revision:
5:b4fbba4df2b5
Parent:
3:feffd5c100c9
--- a/main.cpp	Fri Jan 26 18:07:47 2018 +0000
+++ b/main.cpp	Fri Jan 26 18:16:25 2018 +0000
@@ -4,10 +4,7 @@
  #include "mbed.h"
  #include "ST7735_TFT.h"
  #include "string"
- #include "Arial12x12.h"
- #include "Arial24x23.h"
- #include "Arial28x28.h"
-//#defines for each edge connector pin
+//#defines for each edge connector pin (for reference)
 #define MICROBIT_PIN_P0                     P0_3        //P0 is the left most pad (ANALOG/DIGITAL) used to be P0_3 on green board
 #define MICROBIT_PIN_P1                     P0_2        //P1 is the middle pad (ANALOG/DIGITAL)
 #define MICROBIT_PIN_P2                     P0_1        //P2 is the right most pad (ANALOG/DIGITAL) used to be P0_1 on green board