STM32F429I-DISCO Template w/ stdout redirection to display

Dependencies:   LCD_DISCO_F429ZI LCD_LOG_DISCO TS_DISCO_F429ZI mbed-dev

Status

  • Just working

/media/uploads/icis4/lcdlog1.png

Planned features

  • Redirect stderr with color change
  • rewrite entire lcd_log to C++
Revision:
2:bda0167d200a
Parent:
0:355a7d27c2f6
Child:
3:79e2d3d36b63
--- a/main.cpp	Fri Dec 25 23:18:38 2015 +0000
+++ b/main.cpp	Fri Dec 25 23:24:41 2015 +0000
@@ -8,8 +8,6 @@
 TS_DISCO_F429ZI ts;
 LCDLog lcdlog("lcdlog");
 
-//AnalogIn ain(PA_13);
-
 extern "C" {
     int LCD_LOG_write(uint8_t* text);
 }