Code to run the cheap 2.4" TFT made by mcufriend.com on the STM nucleo. No modifications required, this plugs into the arduino header.

Dependents:   ST7735_V2_STM32F407

Fork of TFTLCD_8bit by Thiha Electronics

Revision:
11:aeceefc5f9f2
Parent:
10:69571adcfad5
Child:
12:d0978272a340
--- a/lcd_base.h	Tue Dec 11 03:18:43 2012 +0000
+++ b/lcd_base.h	Tue Dec 11 16:50:09 2012 +0000
@@ -125,6 +125,7 @@
  */
 typedef struct Font_struct font_metrics_t;
 
+
 /** Base class for LCD implementations.
  *
  * All separate LCD controller implementations have to subclass this one.