Stream text on the LCD_DISCO_F746NG TFT screeen.

Dependencies:   BSP_DISCO_F746NG

Revision:
2:805972c861f4
Parent:
1:c8b8be3c4741
--- a/TftStream.h	Tue Dec 04 14:18:09 2018 +0000
+++ b/TftStream.h	Tue Dec 04 14:21:59 2018 +0000
@@ -43,6 +43,7 @@
         tft_out << "this is a looooooooooooooooooooooooooooooooooooooooong text\n";
         wait(0.5);
 
+        lcd.SetTextColor(LCD_COLOR_YELLOW);
         tft_out << "HAVE FUN !!!\n";
         wait(1);