comparison 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
comparison
equal deleted inserted replaced
313:49f5db6139d5 314:e141b571a03d
132 tI_init(); 132 tI_init();
133 tM_init(); 133 tM_init();
134 tMenuEdit_init(); 134 tMenuEdit_init();
135 tInfoLog_init(); 135 tInfoLog_init();
136 tM_build_pages(); 136 tM_build_pages();
137 137 GFX_build_logo_frame();
138 GFX_build_hw_background_frame();
138 139
139 exitEditWithUpdate(); 140 exitEditWithUpdate();
140 exitMenuEdit_to_Home(); 141 exitMenuEdit_to_Home();
141 } 142 }
142 143