From fd49487b0e8776c03364d4f90a1ee3063b510b43 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Wed, 3 Aug 2022 20:12:16 +1000 Subject: [PATCH] Fix logo mapping --- source/Core/BSP/Pinecilv2/configuration.h | 2 +- source/Core/Threads/GUIThread.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)) {