🚸 Enhanced UI => Professional UI - with updates (#23624)
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
#if ENABLED(DWIN_CREALITY_LCD)
|
||||
#include "e3v2/creality/dwin.h"
|
||||
#elif ENABLED(DWIN_CREALITY_LCD_ENHANCED)
|
||||
#include "e3v2/enhanced/dwin.h"
|
||||
#include "e3v2/proui/dwin.h"
|
||||
#endif
|
||||
|
||||
#define START_OF_UTF8_CHAR(C) (((C) & 0xC0u) != 0x80U)
|
||||
@@ -263,8 +263,8 @@ public:
|
||||
#ifndef LCD_BRIGHTNESS_MAX
|
||||
#define LCD_BRIGHTNESS_MAX 255
|
||||
#endif
|
||||
#ifndef DEFAULT_LCD_BRIGHTNESS
|
||||
#define DEFAULT_LCD_BRIGHTNESS LCD_BRIGHTNESS_MAX
|
||||
#ifndef LCD_BRIGHTNESS_DEFAULT
|
||||
#define LCD_BRIGHTNESS_DEFAULT LCD_BRIGHTNESS_MAX
|
||||
#endif
|
||||
static uint8_t brightness;
|
||||
static bool backlight;
|
||||
|
||||
Reference in New Issue
Block a user