ESPHome 2026.8.0-dev
Loading...
Searching...
No Matches
cst328_button.h
Go to the documentation of this file.
1#pragma once
2
7
8namespace esphome::cst328 {
9
11 public Component,
13 public Parented<CST328Touchscreen> {
14 public:
15 void setup() override;
16 void dump_config() override;
17 void update_button(bool state) override;
18};
19
20} // namespace esphome::cst328
Helper class to easily give an object a parent of type T.
Definition helpers.h:1875
Base class for all binary_sensor-type classes.
bool state
The current state of this binary sensor. Also used as the backing storage for StatefulEntityBase.
void update_button(bool state) override