tweaks
This commit is contained in:
@@ -2100,9 +2100,8 @@ void SetTouchScreenConfiguration() {
|
||||
if (Settings.display_sound) cfg_bits |= 1UL << 3; // 3: audio
|
||||
if (Settings.display_standby) cfg_bits |= 1UL << 2; // 2: backlight on standby
|
||||
if(Settings.screen_rotation==10) cfg_bits |= 1UL << 1; // 1 & 0: Inversion
|
||||
#if ANY(MachineCR10Smart, MachineCR10SmartPro )
|
||||
cfg_bits |= 1UL << 0; // Portrait Mode or 800x480 display has 0 point rotated 90deg from 480x272 display
|
||||
#endif
|
||||
cfg_bits |= 1UL << 0; // Portrait Mode or 800x480 display has 0 point rotated 90deg from 480x272 display
|
||||
|
||||
|
||||
|
||||
#if ENABLED(DWINOS_4)
|
||||
|
||||
@@ -166,11 +166,6 @@ namespace ExtUI {
|
||||
#define DisplayStandbyEnableIndicator 0x1146
|
||||
#define DisplayStandbySeconds 0x1148
|
||||
|
||||
//#if ANY(MachineCR10SPro, MachineEnder5Plus, MachineCR10Max) || ENABLED(FORCE10SPRODISPLAY)
|
||||
// #define StatusMessageString 0x3000
|
||||
//#else
|
||||
// #define StatusMessageString 0x20E8
|
||||
//#endif
|
||||
#define StatusMessageString 0x2064
|
||||
|
||||
#if defined(TARGET_STM32F4)
|
||||
|
||||
@@ -121,7 +121,7 @@
|
||||
#define HEATER_BED_PIN 8
|
||||
|
||||
#define FAN_PIN 9
|
||||
#define FAN1_PIN 5 // Normally this would be a servo pin
|
||||
#define FAN2_PIN 5 // Normally this would be a servo pin
|
||||
|
||||
// XXX Runout support unknown?
|
||||
//#define NUM_RUNOUT_SENSORS 0
|
||||
|
||||
Reference in New Issue
Block a user