ESPHome  2023.5.5
Data Fields
esphome::display::GlyphData Struct Reference

#include <display_buffer.h>

Data Fields

const char * a_char
 
const uint8_t * data
 
int offset_x
 
int offset_y
 
int width
 
int height
 

Detailed Description

Definition at line 484 of file display_buffer.h.

Field Documentation

◆ a_char

const char* esphome::display::GlyphData::a_char

Definition at line 485 of file display_buffer.h.

◆ data

const uint8_t* esphome::display::GlyphData::data

Definition at line 486 of file display_buffer.h.

◆ height

int esphome::display::GlyphData::height

Definition at line 490 of file display_buffer.h.

◆ offset_x

int esphome::display::GlyphData::offset_x

Definition at line 487 of file display_buffer.h.

◆ offset_y

int esphome::display::GlyphData::offset_y

Definition at line 488 of file display_buffer.h.

◆ width

int esphome::display::GlyphData::width

Definition at line 489 of file display_buffer.h.


The documentation for this struct was generated from the following file: