|
ESPHome 2025.12.0-dev
|
Go to the source code of this file.
Data Structures | |
| class | esphome::graph::GraphLegend |
| class | esphome::graph::HistoryData |
| class | esphome::graph::GraphTrace |
| class | esphome::graph::Graph |
Namespaces | |
| namespace | esphome |
| Providing packet encoding functions for exchanging data with a remote host. | |
| namespace | esphome::display |
| namespace | esphome::graph |
Enumerations | |
| enum | esphome::graph::LineType { esphome::graph::LINE_TYPE_SOLID = 0b1111 , esphome::graph::LINE_TYPE_DOTTED = 0b0101 , esphome::graph::LINE_TYPE_DASHED = 0b1110 , esphome::graph::PATTERN_LENGTH = 4 } |
| Bit pattern defines the line-type. More... | |
| enum | esphome::graph::DirectionType { esphome::graph::DIRECTION_TYPE_AUTO , esphome::graph::DIRECTION_TYPE_HORIZONTAL , esphome::graph::DIRECTION_TYPE_VERTICAL } |
| enum | esphome::graph::ValuePositionType { esphome::graph::VALUE_POSITION_TYPE_NONE , esphome::graph::VALUE_POSITION_TYPE_AUTO , esphome::graph::VALUE_POSITION_TYPE_BESIDE , esphome::graph::VALUE_POSITION_TYPE_BELOW } |
Functions | |
| const Color | esphome::graph::COLOR_ON (255, 255, 255, 255) |