mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-21 21:57:53 -06:00
New options: Bootscreen as Info, game Easter-egg (#13829)
This commit is contained in:
parent
180f9a4c22
commit
eefe3f595a
104 changed files with 522 additions and 73 deletions
|
@ -851,6 +851,9 @@
|
|||
|
||||
// Include a page of printer information in the LCD Main Menu
|
||||
//#define LCD_INFO_MENU
|
||||
#if ENABLED(LCD_INFO_MENU)
|
||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||
#endif
|
||||
|
||||
// Scroll a longer status message into view
|
||||
//#define STATUS_MESSAGE_SCROLLING
|
||||
|
@ -1135,6 +1138,7 @@
|
|||
//#define MARLIN_BRICKOUT
|
||||
//#define MARLIN_INVADERS
|
||||
//#define MARLIN_SNAKE
|
||||
//#define GAMES_EASTER_EGG // Add extra blank lines above the "Games" sub-menu
|
||||
|
||||
#endif // HAS_GRAPHICAL_LCD
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue