ESPHome 2026.6.0-dev
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::axs15231 {
9
11 public:
12 void setup() override;
13 void dump_config() override;
14
16 void set_reset_pin(GPIOPin *pin) { this->reset_pin_ = pin; }
17
18 protected:
19 void update_touches() override;
20
23};
24
25} // namespace esphome::axs15231
void set_interrupt_pin(InternalGPIOPin *pin)
This Class provides the methods to read/write bytes from/to an i2c device.
Definition i2c.h:132