lcd lib

Revision:
1:5c55632552e0
Parent:
0:ecd4f3e81bcf
--- a/LcdDiscoF746NgTracer.cpp	Thu Jan 05 18:40:01 2017 +0000
+++ b/LcdDiscoF746NgTracer.cpp	Mon Aug 31 17:51:12 2020 +0000
@@ -19,8 +19,8 @@
 {
     _line = 0;
     _maxLines = 21;
-    _lcd.Clear(LCD_COLOR_GREEN);
-    _lcd.SetBackColor(LCD_COLOR_GREEN);
+    _lcd.Clear(LCD_COLOR_BLACK);
+    _lcd.SetBackColor(LCD_COLOR_BLACK);
     _lcd.SetTextColor(LCD_COLOR_WHITE);
     _lcd.SetFont(&Font12);
 }
@@ -69,7 +69,8 @@
 void LcdDiscoF746NgTracer::clear()
 {
     _line = 0;
-    _lcd.Clear(LCD_COLOR_GREEN);
+    _lcd.Clear(LCD_COLOR_BLACK);
 }
 
 
+