Make bootscreen configurable for the graphic displays
Saves about 473 byte of progmem and 28 bytes of RAM.
This commit is contained in:
parent
09571b7753
commit
4f46df5dab
3 changed files with 108 additions and 100 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue