Mercurial > public > ostc4
comparison 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 |
comparison
equal
deleted
inserted
replaced
524:b33a8c1c72e5 | 525:1f557e5f4b5a |
---|---|
92 text[textPointer++] = '\t'; | 92 text[textPointer++] = '\t'; |
93 | 93 |
94 if((first == 0) || (actual_menu_content != MENU_SURFACE)) | 94 if((first == 0) || (actual_menu_content != MENU_SURFACE)) |
95 strcpy(&text[textPointer++],"\177"); | 95 strcpy(&text[textPointer++],"\177"); |
96 | 96 |
97 char color = '\021'; | 97 char color = '\031'; |
98 if(depthUp) | 98 if(depthUp) |
99 color = '\020'; | 99 color = '\020'; |
100 | 100 |
101 textPointer += snprintf(&text[textPointer], 57, | 101 textPointer += snprintf(&text[textPointer], 57, |
102 "* " | 102 "* " |