ESPHome 2025.12.0-dev
Loading...
Searching...
No Matches
esphome::epaper_spi Namespace Reference

Data Structures

class  EPaperBase
 
class  EPaperSpectraE6
 

Enumerations

enum class  EPaperState : uint8_t {
  IDLE , UPDATE , RESET , RESET_END ,
  SHOULD_WAIT , INITIALISE , TRANSFER_DATA , POWER_ON ,
  REFRESH_SCREEN , POWER_OFF , DEEP_SLEEP
}
 
enum  E6Color {
  BLACK , WHITE , YELLOW , RED ,
  SKIP_1 , BLUE , GREEN , CYAN ,
  SKIP_2
}
 

Enumeration Type Documentation

◆ E6Color

Enumerator
BLACK 
WHITE 
YELLOW 
RED 
SKIP_1 
BLUE 
GREEN 
CYAN 
SKIP_2 

Definition at line 12 of file epaper_spi_spectra_e6.cpp.

◆ EPaperState

enum class esphome::epaper_spi::EPaperState : uint8_t
strong
Enumerator
IDLE 
UPDATE 
RESET 
RESET_END 
SHOULD_WAIT 
INITIALISE 
TRANSFER_DATA 
POWER_ON 
REFRESH_SCREEN 
POWER_OFF 
DEEP_SLEEP 

Definition at line 13 of file epaper_spi.h.