Mercurial > public > ostc4
diff Discovery/Src/tMenuEditHardware.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 | 717f335cc5c9 |
children | d784f281833a |
line wrap: on
line diff
--- a/Discovery/Src/tMenuEditHardware.c Sun Sep 13 20:44:50 2020 +0200 +++ b/Discovery/Src/tMenuEditHardware.c Sun Sep 13 20:49:58 2020 +0200 @@ -480,7 +480,7 @@ write_buttonTextline(TXT2BYTE_ButtonBack,TXT2BYTE_ButtonEnter,TXT2BYTE_ButtonNext); - text[0] = '\020'; // '\021'; + text[0] = '\020'; // '\031'; text[1] = TXT_2BYTE; text[2] = TXT2BYTE_LowerIsLess; text[3] = 0;