Make bootscreen configurable for the graphic displays
Saves about 473 byte of progmem and 28 bytes of RAM.
This commit is contained in:
committed by
Richard Wackerbarth
parent
09571b7753
commit
4f46df5dab
@ -666,7 +666,6 @@ void setup() {
|
||||
Config_RetrieveSettings();
|
||||
|
||||
lcd_init();
|
||||
_delay_ms(1000); // wait 1sec to display the splash screen
|
||||
|
||||
tp_init(); // Initialize temperature loop
|
||||
plan_init(); // Initialize planner;
|
||||
|
Reference in New Issue
Block a user