Update Creality_DWIN.cpp
This commit is contained in:
@@ -2018,7 +2018,9 @@ 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
|
||||
//cfg_bits |= 1UL << 0; // Portrait Mode
|
||||
#if ENABLED(MachineCR10Smart)
|
||||
cfg_bits |= 1UL << 0; // Portrait Mode or 800x480 display has 0 point rotated 90deg from 480x272 display
|
||||
#endif
|
||||
|
||||
|
||||
#if ENABLED(DWINOS_4)
|
||||
|
||||
Reference in New Issue
Block a user