1
0
forked from me/IronOS

Fix GUI storage address (same as settings bug)

This commit is contained in:
Ben V. Brown
2017-12-21 23:34:57 +11:00
parent 1bc62adc6c
commit 90c0bf9683
5 changed files with 6 additions and 3 deletions

View File

@@ -33,4 +33,6 @@ extern const char SettingRightChar;
extern const char SettingLeftChar;
extern const char SettingAutoChar;
#define LANG_EN
#endif /* TRANSLATION_H_ */

View File

@@ -1010,7 +1010,7 @@ void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin) {
}
#define FLASH_LOGOADDR \
(0x8000000 | 0xB800) /*second last page of flash set aside for logo image*/
(0x8000000 | 0xF800) /*second last page of flash set aside for logo image*/
bool showBootLogoIfavailable() {
// check if the header is there (0xAA,0x55,0xF0,0x0D)