Skip to content

Commit

Permalink
Fix animated boot screen
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead authored and zillarob committed Feb 25, 2021
1 parent c5e9208 commit 3125743
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Marlin/src/lcd/dogm/dogm_Bootscreen.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3125743

Please sign in to comment.