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

2.0 no longer compiles text LCD with progress bar #12415

Closed
siana opened this issue Nov 13, 2018 · 4 comments
Closed

2.0 no longer compiles text LCD with progress bar #12415

siana opened this issue Nov 13, 2018 · 4 comments

Comments

@siana
Copy link
Contributor

siana commented Nov 13, 2018

Compilation log excerpt:

sketch\src\lcd\HD44780\ultralcd_impl_HD44780.cpp: In static member function 'static void MarlinUI::draw_status_message(bool)':

sketch\src\lcd\HD44780\ultralcd_impl_HD44780.cpp:620:83: error: 'has_status' was not declared in this scope

     if (ELAPSED(millis(), progress_bar_ms + PROGRESS_BAR_MSG_TIME) || !has_status()) {

Presumably as a result of changeset a0c795b * Encapsulate common display code in a singleton (#12395)

Prerequisites:
#define REPRAP_DISCOUNT_SMART_CONTROLLER
#define LCD_PROGRESS_BAR

@dahuafschmied
Copy link

i have the same problem.

  • has_status()

does not exist in the project.

@thinkyhead
Copy link
Member

Merged 54ec552 which … should … fix the issue.

@dahuafschmied
Copy link

fixed. Thank you

@github-actions
Copy link

github-actions bot commented Aug 2, 2020

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Aug 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants