Mercurial > public > ostc4
diff BootLoader/Src/tInfoBootloader.c @ 1048:493a5903ec20 GasConsumption
Merge with 9d9d506a82d3162b6b2323819cc08652887d7dd4 (Bootloader)
| author | Ideenmodellierer |
|---|---|
| date | Sat, 15 Nov 2025 19:29:44 +0100 |
| parents | 0dd92e9b70a2 |
| children |
line wrap: on
line diff
--- a/BootLoader/Src/tInfoBootloader.c Sat Nov 15 15:16:14 2025 +0100 +++ b/BootLoader/Src/tInfoBootloader.c Sat Nov 15 19:29:44 2025 +0100 @@ -96,15 +96,15 @@ tIBscreen.FBStartAdress = getFrame(18); line = 1; if(text) - GFX_write_string(&FontT48, &tIBwindow, text,line); + GFX_write_string(&FontT48min, &tIBwindow, text,line); line++; if(*textButtonLeft) - write_content_simple(&tIBscreen, 0, 800, 480-24, &FontT24,textButtonLeft,CLUT_ButtonSurfaceScreen); + write_content_simple(&tIBscreen, 0, 800, 480-24, &FontT24min,textButtonLeft,CLUT_ButtonSurfaceScreen); if(*textButtonMid) - write_content_simple(&tIBscreen, 0, 800, 480-24, &FontT24,textButtonMid,CLUT_ButtonSurfaceScreen); + write_content_simple(&tIBscreen, 0, 800, 480-24, &FontT24min,textButtonMid,CLUT_ButtonSurfaceScreen); if(*textButtonRight) - write_content_simple(&tIBscreen, 0, 800, 480-24, &FontT24,textButtonRight,CLUT_ButtonSurfaceScreen); + write_content_simple(&tIBscreen, 0, 800, 480-24, &FontT24min,textButtonRight,CLUT_ButtonSurfaceScreen); GFX_SetFrameTop(tIBscreen.FBStartAdress); GFX_change_LTDC(); @@ -121,7 +121,7 @@ else { if(text) - GFX_write_string(&FontT48, &tIBwindow, text,line); + GFX_write_string(&FontT48min, &tIBwindow, text,line); line++; }
