E3V2 (Enhanced) Mesh Viewer (#22844)

This commit is contained in:
Miguel Risco-Castillo
2021-09-27 14:47:47 -05:00
committed by GitHub
parent 8f9e56afb9
commit 8ab02df63a
10 changed files with 136 additions and 9 deletions

View File

@@ -222,6 +222,9 @@ void DWIN_RebootScreen();
// Utility and extensions
void HMI_LockScreen();
void DWIN_LockScreen(const bool flag = true);
#if HAS_MESH
void DWIN_MeshViewer();
#endif
// HMI user control functions
void HMI_Menu();