✨ Ender 3 S1 Pro/Plus stock touchscreen (#25905)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f766a90f5f
commit
b77e2a5020
@@ -2015,6 +2015,22 @@
|
||||
#define DGUS_UI_WAITING_STATUS 10
|
||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||
#endif
|
||||
|
||||
#elif DGUS_UI_IS(E3S1PRO)
|
||||
/**
|
||||
* The stock Ender-3 S1 Pro/Plus display firmware has rather poor SD file handling.
|
||||
*
|
||||
* The autoscroll is mainly useful for status messages, filenames, and the "About" page.
|
||||
*
|
||||
* NOTE: The Advanced SD Card option is affected by the stock touchscreen firmware, so
|
||||
* pages 5 and up will display "4/4". This may get fixed in a screen firmware update.
|
||||
*/
|
||||
#define DGUS_SOFTWARE_AUTOSCROLL // Enable long text software auto-scroll
|
||||
#define DGUS_AUTOSCROLL_START_CYCLES 1 // Refresh cycles without scrolling at the beginning of text strings
|
||||
#define DGUS_AUTOSCROLL_END_CYCLES 1 // ... at the end of text strings
|
||||
|
||||
#define DGUS_ADVANCED_SDCARD // Allow more than 20 files and navigating directories
|
||||
#define DGUS_USERCONFIRM // Reuse the SD Card page to show various messages
|
||||
#endif
|
||||
#endif // HAS_DGUS_LCD
|
||||
|
||||
|
Reference in New Issue
Block a user