This commit is contained in:
InsanityAutomation
2022-05-21 13:19:16 -04:00
parent e9c9f07b8b
commit c6ace0d4a5
4 changed files with 6695 additions and 6701 deletions
@@ -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)
+1 -1
View File
@@ -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
+6692 -6692
View File
File diff suppressed because it is too large Load Diff