Skip to content

Commit

Permalink
🔧 Animated bootscreen U8glib-only (MarlinFirmware#25684)
Browse files Browse the repository at this point in the history
  • Loading branch information
classicrocker883 authored and Tracy Spiva committed May 25, 2023
1 parent 8db3f59 commit cb63583
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1545,6 +1545,9 @@
//#define SHOW_CUSTOM_BOOTSCREEN // Show the bitmap in Marlin/_Bootscreen.h on startup.
#endif
#if HAS_MARLINUI_U8GLIB
#if ENABLED(SHOW_BOOTSCREEN)
//#define BOOT_MARLIN_LOGO_ANIMATED // Animated Marlin logo. Costs ~3260 (or ~940) bytes of flash.
#endif
//#define CUSTOM_STATUS_SCREEN_IMAGE // Show the bitmap in Marlin/_Statusscreen.h on the status screen.
#endif
#endif
Expand Down
1 change: 1 addition & 0 deletions ini/stm32f4.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ board = marlin_STM32F407ZGT6
board_build.variant = MARLIN_FLY_F407ZG
board_build.offset = 0x8000
upload_protocol = dfu

#
# FYSETC S6 (STM32F446RET6 ARM Cortex-M4)
#
Expand Down

0 comments on commit cb63583

Please sign in to comment.