fixed (switched) fonts for constant and variable text output
authorHolger Schemel <info@artsoft.org>
Sat, 21 Oct 2017 16:52:47 +0000 (18:52 +0200)
committerHolger Schemel <info@artsoft.org>
Fri, 23 Mar 2018 22:21:14 +0000 (23:21 +0100)
src/screens.c

index b67573e61a4d9c9c552a796ac979e429f0086ade..60d5daa4f12b764c3b989bf11457f2192738386e 100644 (file)
@@ -3276,8 +3276,8 @@ void HandleInfoScreen_Program(int button)
 
 void DrawInfoScreen_Version()
 {
-  int font_header = FONT_TEXT_3;
-  int font_text = FONT_TEXT_2;
+  int font_header = FONT_TEXT_2;
+  int font_text = FONT_TEXT_3;
   int xstep = getFontWidth(font_text);
   int ystep = getFontHeight(font_text);
   int ystart1 = mSY - SY + 100;