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