diff Discovery/Src/tMenuSetpoint.c @ 525:1f557e5f4b5a

Change color ID used in strings for light grey: CLUT of id 21 and 31 were the same. Changed CLUT of 21 back to a dark grey (used to show off state) and updated strings to 31 => No visible change in menus
author Ideenmodellierer
date Sun, 13 Sep 2020 20:49:58 +0200
parents 5f11787b4f42
children 5f0d3dce5ef4
line wrap: on
line diff
--- a/Discovery/Src/tMenuSetpoint.c	Sun Sep 13 20:44:50 2020 +0200
+++ b/Discovery/Src/tMenuSetpoint.c	Sun Sep 13 20:49:58 2020 +0200
@@ -94,7 +94,7 @@
             if((first == 0) || (actual_menu_content != MENU_SURFACE))
                 strcpy(&text[textPointer++],"\177");
 
-            char color = '\021';
+            char color = '\031';
             if(depthUp)
                 color = '\020';