General cleanup, mostly MKS UI (#19825)

This commit is contained in:
Scott Lahteine
2020-10-21 12:45:27 -05:00
committed by GitHub
parent 1f7c085527
commit 072f996af7
57 changed files with 616 additions and 783 deletions

View File

@@ -23,11 +23,13 @@
#if HAS_TFT_LVGL_UI
#include "draw_ui.h"
#include "wifiSerial.h"
#include "tft_lvgl_configuration.h"
#if ENABLED(USE_WIFI_FUNCTION)
#include "draw_ui.h"
#include "wifiSerial.h"
#include <libmaple/libmaple.h>
#include <libmaple/gpio.h>
#include <libmaple/timer.h>