mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-04 16:07:31 -05:00
Use same color for version and callsign for better callsign visibility
This commit is contained in:
parent
bd1ff23d8f
commit
e85db6781a
@ -72,7 +72,7 @@ void drawVersion()
|
||||
void drawCallsign()
|
||||
{
|
||||
strncpy_P(b,CALLSIGN_STRING,sizeof(b));
|
||||
displayText(b,LAYOUT_CW_TEXT_X,LAYOUT_CW_TEXT_Y,LAYOUT_CW_TEXT_WIDTH,LAYOUT_CW_TEXT_HEIGHT,COLOR_ACTIVE_TEXT,COLOR_BACKGROUND,COLOR_BACKGROUND);
|
||||
displayText(b,LAYOUT_CW_TEXT_X,LAYOUT_CW_TEXT_Y,LAYOUT_CW_TEXT_WIDTH,LAYOUT_CW_TEXT_HEIGHT,COLOR_VERSION_TEXT,COLOR_BACKGROUND,COLOR_BACKGROUND);
|
||||
}
|
||||
|
||||
void toVfoA(char* text_out, const uint16_t max_text_size);
|
||||
|
Loading…
Reference in New Issue
Block a user