ESPHome  2024.4.1
Data Structures | Namespaces | Enumerations | Functions
graph.h File Reference

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

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 esphome::display
 
 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)