restructure files

This commit is contained in:
2023-08-08 21:37:24 +02:00
parent 8b9115044e
commit 8a4857b05e
3 changed files with 0 additions and 0 deletions

View File

@@ -1,17 +0,0 @@
#pragma once
#define LGFX_USE_V1
#include <LovyanGFX.hpp>
class LGFX : public lgfx::LGFX_Device
{
private:
lgfx::Panel_ST7796 _panel_instance;
lgfx::Bus_Parallel8 _bus_instance;
lgfx::Light_PWM _light_instance;
lgfx::Touch_FT5x06 _touch_instance;
public:
LGFX();
};

View File

@@ -1,4 +0,0 @@
#pragma once
void lv_begin();
void lv_handler();

View File

@@ -1,3 +0,0 @@
#pragma once
void ui_LaunchScreen_open();