mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Cleanup SDL2 touch driver
This commit is contained in:
parent
b59fbfd6f5
commit
56a124755f
@ -15,10 +15,6 @@
|
||||
#include "dev/device.h"
|
||||
#include "hasp_debug.h"
|
||||
|
||||
#include "tft_driver_sdl2.h"
|
||||
|
||||
//#include "bootscreen.h" // Sketch tab header for xbm images
|
||||
|
||||
namespace dev {
|
||||
|
||||
/**
|
||||
|
@ -31,8 +31,9 @@ class TftSdl : BaseTft {
|
||||
|
||||
} // namespace dev
|
||||
|
||||
using dev::TftSdl;
|
||||
extern dev::TftSdl haspTft;
|
||||
|
||||
#endif // defined(WINDOWS) || defined(POSIX)
|
||||
|
||||
#endif // HASP_SDL2_DRIVER_H
|
||||
using dev::TftSdl;
|
||||
extern dev::TftSdl haspTft;
|
||||
|
Loading…
x
Reference in New Issue
Block a user