ESPHome 2025.5.0
Loading...
Searching...
No Matches
lilygo_t5_47_touchscreen.h
Go to the documentation of this file.
1#pragma once
2
7#include "esphome/core/hal.h"
8
9#include <vector>
10
11namespace esphome {
12namespace lilygo_t5_47 {
13
14using namespace touchscreen;
15
17 public:
18 void setup() override;
19
20 void dump_config() override;
21
23
24 protected:
25 void update_touches() override;
26
28};
29
30} // namespace lilygo_t5_47
31} // namespace esphome
This Class provides the methods to read/write bytes from/to an i2c device.
Definition i2c.h:133
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7