From 2e21c725423e959904b9f09f7177648f849bf744 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Fri, 1 May 2020 00:52:37 -0500
Subject: [PATCH] Add ExtUI mesh items for Malyan LCD

Fixes #17429
---
 Marlin/src/lcd/extui_malyan_lcd.cpp | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/Marlin/src/lcd/extui_malyan_lcd.cpp b/Marlin/src/lcd/extui_malyan_lcd.cpp
index 73de849087..2817b4143a 100644
--- a/Marlin/src/lcd/extui_malyan_lcd.cpp
+++ b/Marlin/src/lcd/extui_malyan_lcd.cpp
@@ -491,7 +491,16 @@ namespace ExtUI {
   void onLoadSettings(const char*) {}
   void onConfigurationStoreWritten(bool) {}
   void onConfigurationStoreRead(bool) {}
-  void onPidTuning(const result_t) {}
+  void onMeshUpdate(const int8_t xpos, const int8_t ypos, const float zval) {}
+  void onMeshUpdate(const int8_t xpos, const int8_t ypos, const ExtUI::probe_state_t state) {}
+
+  #if ENABLED(POWER_LOSS_RECOVERY)
+    void onPowerLossResume() {}
+  #endif
+
+  #if HAS_PID_HEATING
+    void onPidTuning(const result_t rst) {}
+  #endif
 }
 
 #endif // MALYAN_LCD