ESPHome 2026.5.1
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::lilygo_t5_47 {
12
13using namespace touchscreen;
14
16 public:
17 void setup() override;
18
19 void dump_config() override;
20
22
23 protected:
24 void update_touches() override;
25
27};
28
29} // namespace esphome::lilygo_t5_47
This Class provides the methods to read/write bytes from/to an i2c device.
Definition i2c.h:132