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:
9:58b328831d0a
Parent:
4:3ac4239f6c9c
Child:
10:69571adcfad5
--- a/hx8340bs.cpp	Thu Dec 06 02:18:22 2012 +0000
+++ b/hx8340bs.cpp	Fri Dec 07 16:14:13 2012 +0000
@@ -28,7 +28,7 @@
     if ( BL != NC ) _lcd_pin_bl = new DigitalOut( BL );
     else _lcd_pin_bl = 0;
 }
- 
+
 void HX8340S_LCD::Initialize( orientation_t orientation )
 {
     _orientation = orientation;