ESPHome 2025.5.0
Loading...
Searching...
No Matches
axs15231_touchscreen.h
Go to the documentation of this file.
1#pragma once
2
6#include "esphome/core/hal.h"
7
8namespace esphome {
9namespace axs15231 {
10
12 public:
13 void setup() override;
14 void dump_config() override;
15
17 void set_reset_pin(GPIOPin *pin) { this->reset_pin_ = pin; }
18
19 protected:
20 void update_touches() override;
21
24};
25
26} // namespace axs15231
27} // namespace esphome
void set_interrupt_pin(InternalGPIOPin *pin)
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