lcd lib

Files at this revision

API Documentation at this revision

Comitter:
38domo
Date:
Mon Aug 31 17:51:12 2020 +0000
Parent:
0:ecd4f3e81bcf
Commit message:
lcd

Changed in this revision

LcdDiscoF746NgTracer.cpp Show annotated file Show diff for this revision Revisions of this file
LcdDiscoF746NgTracer.h Show annotated file Show diff for this revision Revisions of this file
--- 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);
 }
 
 
+
--- a/LcdDiscoF746NgTracer.h	Thu Jan 05 18:40:01 2017 +0000
+++ b/LcdDiscoF746NgTracer.h	Mon Aug 31 17:51:12 2020 +0000
@@ -57,4 +57,4 @@
     void clear();
 };
 
-#endif /* LCDDISCOF746NG_H_ */
\ No newline at end of file
+#endif /* LCDDISCOF746NG_H_ */