#include <display_buffer.h>
Definition at line 493 of file display_buffer.h.
◆ Glyph()
esphome::display::Glyph::Glyph |
( |
const GlyphData * |
data | ) |
|
|
inline |
◆ compare_to()
bool esphome::display::Glyph::compare_to |
( |
const char * |
str | ) |
const |
◆ get_char()
const char * esphome::display::Glyph::get_char |
( |
| ) |
const |
◆ get_pixel()
bool esphome::display::Glyph::get_pixel |
( |
int |
x, |
|
|
int |
y |
|
) |
| const |
◆ match_length()
int esphome::display::Glyph::match_length |
( |
const char * |
str | ) |
const |
◆ scan_area()
void esphome::display::Glyph::scan_area |
( |
int * |
x1, |
|
|
int * |
y1, |
|
|
int * |
width, |
|
|
int * |
height |
|
) |
| const |
◆ DisplayBuffer
friend esphome::display::Glyph::DisplayBuffer |
|
protected |
◆ Font
friend esphome::display::Glyph::Font |
|
protected |
◆ glyph_data_
const GlyphData* esphome::display::Glyph::glyph_data_ |
|
protected |
The documentation for this class was generated from the following files: