comparison Discovery/Src/gfx_engine.c @ 318:bc31d078fb90

Merged in Ideenmodellierer/ostc4/Bugfix_Flip_FirmwareUpdate (pull request #26) Bugfix Flip FirmwareUpdate
author heinrichsweikamp <bitbucket@heinrichsweikamp.com>
date Wed, 19 Jun 2019 13:12:01 +0000
parents e141b571a03d
children 89f6857276f8
comparison
equal deleted inserted replaced
313:49f5db6139d5 318:bc31d078fb90
248 { 248 {
249 backgroundHwStatus = LOGOSTOP; 249 backgroundHwStatus = LOGOSTOP;
250 } 250 }
251 251
252 252
253 static void GFX_build_hw_background_frame(void) 253 void GFX_build_hw_background_frame(void)
254 { 254 {
255 GFX_DrawCfgScreen tLogoTemp; 255 GFX_DrawCfgScreen tLogoTemp;
256 SWindowGimpStyle windowGimp; 256 SWindowGimpStyle windowGimp;
257 257
258 pBackgroundHwFrame = getFrame(1); 258 pBackgroundHwFrame = getFrame(1);
282 write_content_simple(&tLogoTemp, 0, 800, 240-24, &FontT24,localtext,CLUT_Font020); 282 write_content_simple(&tLogoTemp, 0, 800, 240-24, &FontT24,localtext,CLUT_Font020);
283 */ 283 */
284 } 284 }
285 285
286 286
287 static void GFX_build_logo_frame(void) 287 void GFX_build_logo_frame(void)
288 { 288 {
289 GFX_DrawCfgScreen tLogoTemp; 289 GFX_DrawCfgScreen tLogoTemp;
290 SWindowGimpStyle windowGimp; 290 SWindowGimpStyle windowGimp;
291 291
292 pLogoFrame = getFrame(1); 292 pLogoFrame = getFrame(1);