Fix animated boot screen

This commit is contained in:
Scott Lahteine
2021-02-07 20:43:18 -06:00
parent 57e4b82b66
commit 5f824c5708
2 changed files with 10 additions and 9 deletions

View File

@@ -39,6 +39,10 @@
#include "../../../_Bootscreen.h"
#if ENABLED(CUSTOM_BOOTSCREEN_ANIMATED) && DISABLED(CUSTOM_BOOTSCREEN_ANIMATED_FRAME_TIME) && !defined(CUSTOM_BOOTSCREEN_FRAME_TIME)
#define CUSTOM_BOOTSCREEN_FRAME_TIME 500 // (ms)
#endif
#ifndef CUSTOM_BOOTSCREEN_BMPWIDTH
#define CUSTOM_BOOTSCREEN_BMPWIDTH 128
#endif