More customizable DGUSDisplay (#18700)

This commit is contained in:
yufanyufan
2020-07-19 14:35:15 -07:00
committed by GitHub
parent e85d828b24
commit cfc36684aa
11 changed files with 1669 additions and 1583 deletions

View File

@@ -25,6 +25,8 @@
#include "DGUSVPVariable.h"
#include <stdint.h>
// This file defines the interaction between Marlin and the display firmware.
// information on which screen which VP is displayed
@@ -41,6 +43,8 @@ extern const struct VPMapping VPMap[];
// List of VPs handled by Marlin / The Display.
extern const struct DGUS_VP_Variable ListOfVP[];
#include "../../../../inc/MarlinConfig.h"
#if ENABLED(DGUS_LCD_UI_ORIGIN)
#include "origin/DGUSDisplayDef.h"
#elif ENABLED(DGUS_LCD_UI_FYSETC)