Is it possible to add a “Boot” screen to Klipper, on a ST7920 type LCD display typically found on an Ender-3. In other words, the 1st screen you will see, showing the Klipper logo , version nr. and maybe printer name, then go to the menu after 3seconds or so.
Not sure if you found your answer already. There isn’t a builtin boot screem mechanism in Klipper today. It may be possible to emulate it using the SET_DISPLAY_GROUP command and a [delayed_gcode] config section. See the Klipper G-Codes.md and Config_Reference.md documents for details.
Thank you for the reply Kevin (and an awesome piece of software).
Yes, that is basically how I got it to work, with the advice from the Reddit link above, by Reddit user “jjgraph1x”.