You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setting LCD_INFO_SCREEN_STYLE on non HAS_MARLINUI_HD44780 screen no longer errors
now it just quietly undefines LCD_INFO_SCREEN_STYLE
Added in PR #27346 6 days ago
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
setting LCD_INFO_SCREEN_STYLE on non HAS_MARLINUI_HD44780 screen no longer errors
now it just quietly undefines LCD_INFO_SCREEN_STYLE
Added in PR #27346 6 days ago
Instead of triggering the following sanity check to warn the user
Bug Timeline
since #27346
Expected behavior
This should warn the user that LCD_INFO_SCREEN_STYLE is not compatible with their display
Actual behavior
It silently removes LCD_INFO_SCREEN_STYLE and the user complains that LCD_INFO_SCREEN_STYLE is not working.
(Already happened today on Marlin Discord)
Version of Marlin Firmware
Bugfix-2.1.x
Electronics
any
LCD/Controller
any non char display
The text was updated successfully, but these errors were encountered: