Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.1] Some cleanup around 'lcd_bootscreen()' and 'lcd_kill_screen()' #8239

Merged

Conversation

AnHardt
Copy link
Member

@AnHardt AnHardt commented Nov 3, 2017

Move 'lcd_bootscreen()' from lcd_init() to 'setup()' where it is cexecute exactly once. Saves 'bool show_bootscreen'.
Move the call of 'lcd_custom_bootscreen()' to the begin of 'lcd_bootscreen()'.
Move the delays into the related functions.
Move the picture loop around 'lcd_kill_screen()' into the function.
Stop a 'unused' warning.

Move 'lcd_bootscreen()' from `lcd_init()` to 'setup()' where it is cexecute exactly once. Saves 'bool show_bootscreen'.
Move the call of 'lcd_custom_bootscreen()' to the begin of 'lcd_bootscreen()'.
Move the delays into the related functions.
Move the picture loop around 'lcd_kill_screen()' into the function.
@thinkyhead thinkyhead merged commit 6e9093c into MarlinFirmware:bugfix-1.1.x Nov 3, 2017
@AnHardt AnHardt deleted the 1.1_boot/kill_screen_cleanup branch November 3, 2017 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants