Mercurial > public > ostc4
comparison Discovery/Src/tMenuEditSystem.c @ 118:ee7f2cd9b9b4 FlipDisplay
Enlarge text limits to get string displayed completly
author | Ideenmodellierer |
---|---|
date | Sun, 06 Jan 2019 22:31:45 +0100 |
parents | f5d2f02dc73f |
children | cc9c18075e00 |
comparison
equal
deleted
inserted
replaced
117:e6b190f5fbc7 | 118:ee7f2cd9b9b4 |
---|---|
608 | 608 |
609 // colorscheme | 609 // colorscheme |
610 text[0] = TXT_2BYTE; | 610 text[0] = TXT_2BYTE; |
611 text[1] = TXT2BYTE_Farbschema; | 611 text[1] = TXT2BYTE_Farbschema; |
612 text[2] = 0; | 612 text[2] = 0; |
613 write_label_var( 30, 200, ME_Y_LINE2, &FontT48, text); | 613 write_label_var( 30, 300, ME_Y_LINE2, &FontT48, text); |
614 | 614 |
615 text[0] = '0' + settingsGetPointer()->tX_colorscheme; | 615 text[0] = '0' + settingsGetPointer()->tX_colorscheme; |
616 text[1] = 0; | 616 text[1] = 0; |
617 write_label_var( 400, 700, ME_Y_LINE2, &FontT48, text); | 617 write_label_var( 400, 700, ME_Y_LINE2, &FontT48, text); |
618 | 618 |