make custom Anycubic touchscreen implementation an ExtUI module

Start migration to ExtUI module. We do not yet change much of the custom
logic, but this brings us closer to upstream and allows use of some
integration hooks with less patching required.
This commit is contained in:
Stefan Kalscheuer
2022-12-23 16:01:45 +01:00
parent a9513299c0
commit 36c8aee75b
9 changed files with 167 additions and 49 deletions

View File

@@ -32,7 +32,7 @@
// PATCH START: Knutwurst
#ifdef ANYCUBIC_TOUCHSCREEN
#include "../../../lcd/anycubic_touchscreen.h"
#include "../../../lcd/extui/knutwurst/anycubic_touchscreen.h"
#include "../../../sd/cardreader.h"
#endif
// PATCH END: Knutwurst