Stream text on the LCD_DISCO_F746NG TFT screeen.

Dependencies:   BSP_DISCO_F746NG

Files at this revision

API Documentation at this revision

Comitter:
simon_stm
Date:
Tue Dec 04 14:21:59 2018 +0000
Parent:
1:c8b8be3c4741
Commit message:
Change text color

Changed in this revision

TftStream.h Show annotated file Show diff for this revision Revisions of this file
--- 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);