Skip to content

Comments

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

Closed
shitcreek wants to merge 1 commit intoMarlinFirmware:bugfix-2.0.xfrom
shitcreek:bugfix-2.0.x
Closed

Fix missing temperature icon for LCM1602 and smaller LCD's#14859
shitcreek wants to merge 1 commit intoMarlinFirmware:bugfix-2.0.xfrom
shitcreek:bugfix-2.0.x

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