diff options
author | Ben V. Brown <[email protected]> | 2022-03-14 09:08:05 +1100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-03-14 09:08:05 +1100 |
commit | 232009bf54636819b9eec8d91c9254e70e31669d (patch) | |
tree | 50d4c8660870d51012f74ffefbccad08f67108f2 /source/Core/BSP/MHP30/configuration.h | |
parent | fd4d93db64599e16ffa0a92486ec382827753b50 (diff) | |
download | IronOS-232009bf54636819b9eec8d91c9254e70e31669d.tar.gz IronOS-232009bf54636819b9eec8d91c9254e70e31669d.zip |
Logo rework (#1232)
!Allows for new logo format that supports animation!
Also moves logos out of repo into their own repo for ease of management.
Changes:
* Remove deprecated logos
* Draft new Bootloader decoder
* Use new logo handler
* Simplify logo code further
* Fix time bug on static images
* Fix exit at end of animation
* Docs
* Interframe delay in 5ms increments
* Quick pass handling empty updates
* Exit at the end _after_ the frame delay
* One final delay
* Fix for overrun of logo data
* Fixes https://github.com/Ralim/IronOS-Meta/issues/7
Diffstat (limited to 'source/Core/BSP/MHP30/configuration.h')
-rw-r--r-- | source/Core/BSP/MHP30/configuration.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Core/BSP/MHP30/configuration.h b/source/Core/BSP/MHP30/configuration.h index 70702cec..f6775c51 100644 --- a/source/Core/BSP/MHP30/configuration.h +++ b/source/Core/BSP/MHP30/configuration.h @@ -156,3 +156,5 @@ #define NO_SLEEP_MODE #endif #endif + +#define FLASH_LOGOADDR (0x08000000 + (62 * 1024))
\ No newline at end of file |