Consolidate Malyan LCD and ExtUI
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include "../inc/MarlinConfigPre.h"
|
||||
|
||||
// These displays all share the MarlinUI class
|
||||
#if HAS_SPI_LCD || ENABLED(EXTENSIBLE_UI)
|
||||
#if HAS_DISPLAY
|
||||
#include "ultralcd.h"
|
||||
#include "fontutils.h"
|
||||
MarlinUI ui;
|
||||
@@ -1192,7 +1192,7 @@ void MarlinUI::update() {
|
||||
|
||||
#endif // HAS_SPI_LCD
|
||||
|
||||
#if HAS_SPI_LCD || ENABLED(EXTENSIBLE_UI)
|
||||
#if HAS_DISPLAY
|
||||
|
||||
#if ENABLED(EXTENSIBLE_UI)
|
||||
#include "extensible_ui/ui_api.h"
|
||||
@@ -1376,4 +1376,4 @@ void MarlinUI::update() {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // HAS_SPI_LCD || EXTENSIBLE_UI
|
||||
#endif // HAS_DISPLAY
|
||||
|
Reference in New Issue
Block a user