Move tft driver to drv/tft

This commit is contained in:
fvanroie 2021-05-27 15:33:29 +02:00
parent ca920eff2d
commit a3fa04db62
6 changed files with 5 additions and 2 deletions

View File

@ -9,7 +9,7 @@
#include "display/monitor.h"
#include "indev/mouse.h"
#include "drv/tft_driver.h"
#include "drv/tft/tft_driver.h"
#include "tft_driver_sdl2.h"
#include "dev/device.h"

View File

@ -5,7 +5,7 @@
#include "hasplib.h"
#include "dev/device.h"
#include "drv/tft_driver.h"
#include "drv/tft/tft_driver.h"
//#include "hasp_gui.h"
@ -824,6 +824,9 @@ void dispatch_reboot(bool saveConfig)
#if HASP_USE_MQTT > 0 && defined(ARDUINO)
mqttStop(); // Stop the MQTT Client first
#endif
#if HASP_USE_TELNET > 0
telnetStop();
#endif
#if HASP_USE_CONFIG > 0
debugStop();
#endif