comparison 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
comparison
equal deleted inserted replaced
524:b33a8c1c72e5 525:1f557e5f4b5a
478 text[3] = 0; 478 text[3] = 0;
479 write_topline(text); 479 write_topline(text);
480 480
481 write_buttonTextline(TXT2BYTE_ButtonBack,TXT2BYTE_ButtonEnter,TXT2BYTE_ButtonNext); 481 write_buttonTextline(TXT2BYTE_ButtonBack,TXT2BYTE_ButtonEnter,TXT2BYTE_ButtonNext);
482 482
483 text[0] = '\020'; // '\021'; 483 text[0] = '\020'; // '\031';
484 text[1] = TXT_2BYTE; 484 text[1] = TXT_2BYTE;
485 text[2] = TXT2BYTE_LowerIsLess; 485 text[2] = TXT2BYTE_LowerIsLess;
486 text[3] = 0; 486 text[3] = 0;
487 write_label_var( 20, 780, ME_Y_LINE5, &FontT42, text); 487 write_label_var( 20, 780, ME_Y_LINE5, &FontT42, text);
488 488