diff --git a/source/Core/BSP/Pinecilv2/configuration.h b/source/Core/BSP/Pinecilv2/configuration.h index 4b938e2a..99324672 100644 --- a/source/Core/BSP/Pinecilv2/configuration.h +++ b/source/Core/BSP/Pinecilv2/configuration.h @@ -156,4 +156,4 @@ #endif #endif -#define FLASH_LOGOADDR (0x08000000 + (126 * 1024)) +#define FLASH_LOGOADDR (0x23000000 + (1022 * 1024)) diff --git a/source/Core/Threads/GUIThread.cpp b/source/Core/Threads/GUIThread.cpp index e2e02f2b..de31d444 100644 --- a/source/Core/Threads/GUIThread.cpp +++ b/source/Core/Threads/GUIThread.cpp @@ -996,7 +996,7 @@ void startGUITask(void const *argument) { } #endif #endif - // BootLogo::handleShowingLogo((uint8_t *)FLASH_LOGOADDR); + BootLogo::handleShowingLogo((uint8_t *)FLASH_LOGOADDR); showWarnings(); if (getSettingValue(SettingsOptions::AutoStartMode)) {