init

Dependencies:   UniGraphic

Fork of STM32L432KC_ILI9341 by Nathan Yonkee

Revision:
3:6cddb29fc8d0
Parent:
2:ce7ced8a93bc
--- a/main.cpp	Mon Nov 27 20:36:32 2017 +0000
+++ b/main.cpp	Mon Nov 27 20:55:26 2017 +0000
@@ -21,7 +21,6 @@
 
 int main()
 {
-    //tft = new ILI9341(SPI_8, 20000000, PB_5, PB_4, PB_3, PA_15, PA_12, PA_11, "tft"); // SPI type, SPI speed, mosi, miso, sclk, cs, reset, dc
     tft = new ILI9341(SPI_8, 20000000, PA_7, PA_6, PA_1, PB_0, PB_7, PB_6, "tft"); // SPI type, SPI speed, mosi, miso, sclk, cs, reset, dc
     tft->set_orientation(orient);
     int time, time2;