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

Fix missing temperature icon for LCM1602 and smaller LCD's #14859

Closed

Conversation

shitcreek
Copy link
Contributor

@shitcreek shitcreek commented Aug 6, 2019

Using CUSTOM_LCD_SIZE condition

Description

As reported by Eszartek, #14850, on 16x2 LCD displays, the temperature icon is missing. Added a CUSTOM_LCD_SIZE condition to address this issue.

Benefits

Fixes missing icon for smaller LCD displays

Related Issues

#14850

@thinkyhead
Copy link
Member

We already auto-detect the width and height of the LCD based on model. Instead of adding a custom option, simply get the configurations from the original bug report and see which LCD selection has the problem, then add the appropriate conditions to Conditionals_LCD.h to assign the correct width and height for the given model.

@thinkyhead thinkyhead closed this Aug 7, 2019
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.

2 participants