Optimization for better view on MEM mode
This commit is contained in:
+3
-3
@@ -73,7 +73,7 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
|
|||||||
BackgroundColor = TFT_BLACK;
|
BackgroundColor = TFT_BLACK;
|
||||||
ActiveColor = TFT_WHITE;
|
ActiveColor = TFT_WHITE;
|
||||||
ActiveColorSmooth = 0x18E3;
|
ActiveColorSmooth = 0x18E3;
|
||||||
SignificantColor = TFT_RED;
|
SignificantColor = TFT_GREEN;
|
||||||
SignificantColorSmooth = 0x2000;
|
SignificantColorSmooth = 0x2000;
|
||||||
InsignificantColor = TFT_GREEN;
|
InsignificantColor = TFT_GREEN;
|
||||||
InsignificantColorSmooth = 0x00C0;
|
InsignificantColorSmooth = 0x00C0;
|
||||||
@@ -153,7 +153,7 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
|
|||||||
ActiveColorSmooth = 0x18E3;
|
ActiveColorSmooth = 0x18E3;
|
||||||
SignificantColor = TFT_RED;
|
SignificantColor = TFT_RED;
|
||||||
SignificantColorSmooth = 0x2000;
|
SignificantColorSmooth = 0x2000;
|
||||||
InsignificantColor = TFT_GREEN;
|
InsignificantColor = 0xAA1C;
|
||||||
InsignificantColorSmooth = 0x00C0;
|
InsignificantColorSmooth = 0x00C0;
|
||||||
StereoColor = TFT_GREEN;
|
StereoColor = TFT_GREEN;
|
||||||
StereoColorSmooth = 0x0200;
|
StereoColorSmooth = 0x0200;
|
||||||
@@ -203,7 +203,7 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
|
|||||||
BackgroundColor = 0xDFFC;
|
BackgroundColor = 0xDFFC;
|
||||||
ActiveColor = TFT_BLACK;
|
ActiveColor = TFT_BLACK;
|
||||||
ActiveColorSmooth = 0xDFFC;
|
ActiveColorSmooth = 0xDFFC;
|
||||||
SignificantColor = TFT_BLACK;
|
SignificantColor = TFT_RED;
|
||||||
SignificantColorSmooth = 0xDFFC;
|
SignificantColorSmooth = 0xDFFC;
|
||||||
InsignificantColor = TFT_GREEN;
|
InsignificantColor = TFT_GREEN;
|
||||||
InsignificantColorSmooth = 0x0140;
|
InsignificantColorSmooth = 0x0140;
|
||||||
|
|||||||
Reference in New Issue
Block a user