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:
3:79e2d3d36b63
Parent:
2:bda0167d200a
Child:
4:8188d5640a90
--- a/main.cpp	Fri Dec 25 23:24:41 2015 +0000
+++ b/main.cpp	Fri Dec 25 23:43:53 2015 +0000
@@ -29,7 +29,6 @@
     }
 
     printf("** Start **\n");
-    fflush(lcdlog);
     x = TS_State.X;
     y = TS_State.Y;
     while(1)