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

Disable splash-screen when done once #1823

Merged
merged 4 commits into from
Apr 7, 2015
Merged

Disable splash-screen when done once #1823

merged 4 commits into from
Apr 7, 2015

Conversation

AnHardt
Copy link
Member

@AnHardt AnHardt commented Apr 5, 2015

Splash screen was shown with every display init.
That means every time the menus were entered.

Note the "2" in the initialization.
The buffer is already written in two steps, each 512 bytes.
Without the "2" only the upper-half is shown.

Part two uses this to not draw everything twice.

Splash screen was shown with every display init.
That means every time the menus where entered.

Note the 2 in the initialisation.
The buffer is already written in two steps a 512 byte.
Without the 2 only the upper half is shown.
@Sniffle
Copy link
Contributor

Sniffle commented Apr 5, 2015

looks like this will fix the issue that i just placed.

@AnHardt
Copy link
Member Author

AnHardt commented Apr 6, 2015

Will probably break U8GLIB_DOGM128 & U8GLIB_NHD_C12864
means MAKRPANEL & VIKIs.
Their loops are longer.

@AnHardt AnHardt closed this Apr 6, 2015
Just and only display splashscreen only once.
@AnHardt
Copy link
Member Author

AnHardt commented Apr 6, 2015

Now a simplistic version just to solve the problem - with no further experiments.

@AnHardt AnHardt reopened this Apr 6, 2015
thinkyhead added a commit that referenced this pull request Apr 7, 2015
Disable splash-screen when done once
@thinkyhead thinkyhead merged commit d70a4a3 into MarlinFirmware:Development Apr 7, 2015
@AnHardt AnHardt deleted the splashscreen branch April 7, 2015 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants