🚸 Enhanced UI => Professional UI - with updates (#23624)
This commit is contained in:
committed by
Scott Lahteine
parent
ac76ed7ece
commit
1b2715ccf2
@ -494,6 +494,9 @@
|
||||
#endif
|
||||
#define HAS_LCD_BRIGHTNESS 1
|
||||
#define LCD_BRIGHTNESS_MAX 250
|
||||
#if ENABLED(DWIN_CREALITY_LCD_ENHANCED)
|
||||
#define LCD_BRIGHTNESS_DEFAULT 127
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if IS_ULTRA_LCD
|
||||
|
@ -607,6 +607,8 @@
|
||||
#error "LCD_SCREEN_ROT_180 is now LCD_SCREEN_ROTATE with a value of 180."
|
||||
#elif defined(LCD_SCREEN_ROT_270)
|
||||
#error "LCD_SCREEN_ROT_270 is now LCD_SCREEN_ROTATE with a value of 270."
|
||||
#elif defined(DEFAULT_LCD_BRIGHTNESS)
|
||||
#error "DEFAULT_LCD_BRIGHTNESS is now LCD_BRIGHTNESS_DEFAULT."
|
||||
#endif
|
||||
|
||||
constexpr float arm[] = AXIS_RELATIVE_MODES;
|
||||
|
Reference in New Issue
Block a user