|
1302 | 1302 |
|
1303 | 1303 | // LCD Print Progress options
|
1304 | 1304 | #if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY)
|
1305 |
| - #if ANY(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL) |
| 1305 | + #if ANY(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, IS_DWIN_MARLINUI) |
1306 | 1306 | //#define SHOW_REMAINING_TIME // Display estimated time to completion
|
1307 | 1307 | #if ENABLED(SHOW_REMAINING_TIME)
|
1308 | 1308 | //#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
|
|
1575 | 1575 | * printing performance versus fast display updates.
|
1576 | 1576 | */
|
1577 | 1577 | #if HAS_MARLINUI_U8GLIB
|
1578 |
| - // Show SD percentage next to the progress bar |
1579 |
| - //#define SHOW_SD_PERCENT |
1580 |
| - |
1581 | 1578 | // Save many cycles by drawing a hollow frame or no frame on the Info Screen
|
1582 | 1579 | //#define XYZ_NO_FRAME
|
1583 | 1580 | #define XYZ_HOLLOW_FRAME
|
1584 | 1581 |
|
1585 |
| - // Enable to save many cycles by drawing a hollow frame on Menu Screens |
1586 |
| - #define MENU_HOLLOW_FRAME |
1587 |
| - |
1588 | 1582 | // A bigger font is available for edit items. Costs 3120 bytes of PROGMEM.
|
1589 | 1583 | // Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
1590 | 1584 | //#define USE_BIG_EDIT_FONT
|
|
1593 | 1587 | // Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
1594 | 1588 | //#define USE_SMALL_INFOFONT
|
1595 | 1589 |
|
1596 |
| - // Swap the CW/CCW indicators in the graphics overlay |
1597 |
| - //#define OVERLAY_GFX_REVERSE |
1598 |
| - |
1599 | 1590 | /**
|
1600 | 1591 | * ST7920-based LCDs can emulate a 16 x 4 character display using
|
1601 | 1592 | * the ST7920 character-generator for very fast screen updates.
|
|
1647 | 1638 |
|
1648 | 1639 | #endif // HAS_MARLINUI_U8GLIB
|
1649 | 1640 |
|
| 1641 | +#if HAS_MARLINUI_U8GLIB || IS_DWIN_MARLINUI |
| 1642 | + // Show SD percentage next to the progress bar |
| 1643 | + //#define SHOW_SD_PERCENT |
| 1644 | + |
| 1645 | + // Enable to save many cycles by drawing a hollow frame on Menu Screens |
| 1646 | + #define MENU_HOLLOW_FRAME |
| 1647 | + |
| 1648 | + // Swap the CW/CCW indicators in the graphics overlay |
| 1649 | + //#define OVERLAY_GFX_REVERSE |
| 1650 | +#endif |
| 1651 | + |
1650 | 1652 | //
|
1651 | 1653 | // Additional options for DGUS / DWIN displays
|
1652 | 1654 | //
|
|
1712 | 1714 | //
|
1713 | 1715 | // Specify additional languages for the UI. Default specified by LCD_LANGUAGE.
|
1714 | 1716 | //
|
1715 |
| -#if ANY(DOGLCD, TFT_COLOR_UI, TOUCH_UI_FTDI_EVE) |
| 1717 | +#if ANY(DOGLCD, TFT_COLOR_UI, TOUCH_UI_FTDI_EVE, IS_DWIN_MARLINUI) |
1716 | 1718 | //#define LCD_LANGUAGE_2 fr
|
1717 | 1719 | //#define LCD_LANGUAGE_3 de
|
1718 | 1720 | //#define LCD_LANGUAGE_4 es
|
|
0 commit comments