Fix Chirp signature
This commit is contained in:
@@ -72,7 +72,7 @@ void UI_DisplayWelcome(void)
|
||||
|
||||
#ifdef ENABLE_FEAT_F4HWN
|
||||
ST7565_ContrastAndInv();
|
||||
UI_PrintStringSmallNormal(Version, 0, 128, 5);
|
||||
UI_PrintStringSmallNormal(Credits, 0, 128, 5);
|
||||
UI_PrintStringSmallNormal(Feat, 0, 128, 6);
|
||||
#else
|
||||
UI_PrintStringSmallNormal(Version, 0, 128, 6);
|
||||
|
@@ -6,7 +6,8 @@
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_FEAT_F4HWN
|
||||
const char Version[] = AUTHOR_STRING_1 " " VERSION_STRING_1;
|
||||
const char Version[] = AUTHOR_STRING_2 " " VERSION_STRING_2;
|
||||
const char Credits[] = AUTHOR_STRING_1 " " VERSION_STRING_1;
|
||||
const char Feat[] = "Feat " AUTHOR_STRING_2 " " VERSION_STRING_2;
|
||||
#else
|
||||
const char Version[] = AUTHOR_STRING VER;
|
||||
|
Reference in New Issue
Block a user