Add DGUS_LCD_UI_RELOADED (#21931)

This commit is contained in:
mrv96
2021-09-07 02:51:04 +02:00
committed by Scott Lahteine
parent f434915ad6
commit 9d73fcb959
31 changed files with 4966 additions and 8 deletions

View File

@ -22,7 +22,7 @@
#include "../../../inc/MarlinConfigPre.h"
#if HAS_DGUS_LCD
#if HAS_DGUS_LCD_CLASSIC
#if HOTENDS > 2
#warning "More than 2 hotends not implemented on DGUS Display UI."
@ -268,4 +268,4 @@ bool populate_VPVar(const uint16_t VP, DGUS_VP_Variable * const ramcopy) {
return true;
}
#endif // HAS_DGUS_LCD
#endif // HAS_DGUS_LCD_CLASSIC

View File

@ -22,7 +22,7 @@
#include "../../../inc/MarlinConfigPre.h"
#if HAS_DGUS_LCD
#if HAS_DGUS_LCD_CLASSIC
#include "DGUSScreenHandler.h"
@ -772,4 +772,4 @@ void DGUSDisplay::RequestScreen(DGUSLCD_Screens screen) {
WriteVariable(0x84, gotoscreen, sizeof(gotoscreen));
}
#endif // HAS_DGUS_LCD
#endif // HAS_DGUS_LCD_CLASSIC

View File

@ -26,7 +26,7 @@
#include "../../../inc/MarlinConfigPre.h"
#if HAS_DGUS_LCD
#if HAS_DGUS_LCD_CLASSIC
#include "../ui_api.h"
#include "DGUSDisplay.h"
@ -159,4 +159,4 @@ namespace ExtUI {
void onSteppersEnabled() {}
}
#endif // HAS_DGUS_LCD
#endif // HAS_DGUS_LCD_CLASSIC