ESPHome 2026.8.0-dev
Loading...
Searching...
No Matches
epaper_waveshare_b.cpp
Go to the documentation of this file.
2
3namespace esphome::epaper_spi {
4
6 if (EPaperBase::reset()) {
7 this->command(0x12);
8 return true;
9 }
10 return false;
11}
12
13} // namespace esphome::epaper_spi
void command(uint8_t value)