From de68b3753faa675bed4c42345633e4085c1c072b Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Sun, 26 Jul 2020 19:49:14 -0500
Subject: [PATCH] Config for Anycubic Mega TFT

---
 Marlin/Configuration.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h
index cf3fb61cb67..a01571c4223 100644
--- a/Marlin/Configuration.h
+++ b/Marlin/Configuration.h
@@ -2156,6 +2156,12 @@
 //#define TFT_LVGL_UI_FSMC  // Robin nano v1.2 uses FSMC
 //#define TFT_LVGL_UI_SPI   // Robin nano v2.0 uses SPI
 
+//
+// Anycubic Mega TFT (AI3M)
+//
+//#define ANYCUBIC_TFT_MODEL
+//#define ANYCUBIC_TFT_DEBUG
+
 //=============================================================================
 //============================  Other Controllers  ============================
 //=============================================================================