Mercurial > public > ostc4
diff Discovery/Src/tMenuEditHardware.c @ 314:e141b571a03d Bugfix_Flip_FirmwareUpdate
Reinitialize logos after flip of display
After selection to flip the display the logos were still show in old position (upside down) in case of a parameter change or firmware update. To avoid this the logos are drawn with new orientation after flip has been selected.
author | ideenmodellierer |
---|---|
date | Mon, 17 Jun 2019 21:46:56 +0200 |
parents | cc9c18075e00 |
children | 717f335cc5c9 |
line wrap: on
line diff
--- a/Discovery/Src/tMenuEditHardware.c Sat Jun 01 10:12:15 2019 +0200 +++ b/Discovery/Src/tMenuEditHardware.c Mon Jun 17 21:46:56 2019 +0200 @@ -134,7 +134,8 @@ tMenuEdit_init(); tInfoLog_init(); tM_build_pages(); - + GFX_build_logo_frame(); + GFX_build_hw_background_frame(); exitEditWithUpdate(); exitMenuEdit_to_Home();