#include <display_buffer.h>
Definition at line 538 of file display_buffer.h.
◆ Image()
esphome::display::Image::Image |
( |
const uint8_t * |
data_start, |
|
|
int |
width, |
|
|
int |
height, |
|
|
ImageType |
type |
|
) |
| |
◆ get_color_pixel()
Color esphome::display::Image::get_color_pixel |
( |
int |
x, |
|
|
int |
y |
|
) |
| const |
|
virtual |
◆ get_current_frame()
int esphome::display::Image::get_current_frame |
( |
| ) |
const |
|
virtual |
◆ get_grayscale_pixel()
Color esphome::display::Image::get_grayscale_pixel |
( |
int |
x, |
|
|
int |
y |
|
) |
| const |
|
virtual |
◆ get_height()
int esphome::display::Image::get_height |
( |
| ) |
const |
◆ get_pixel()
bool esphome::display::Image::get_pixel |
( |
int |
x, |
|
|
int |
y |
|
) |
| const |
|
virtual |
◆ get_rgb565_pixel()
Color esphome::display::Image::get_rgb565_pixel |
( |
int |
x, |
|
|
int |
y |
|
) |
| const |
|
virtual |
◆ get_type()
ImageType esphome::display::Image::get_type |
( |
| ) |
const |
◆ get_width()
int esphome::display::Image::get_width |
( |
| ) |
const |
◆ data_start_
const uint8_t* esphome::display::Image::data_start_ |
|
protected |
◆ height_
int esphome::display::Image::height_ |
|
protected |
◆ type_
◆ width_
int esphome::display::Image::width_ |
|
protected |
The documentation for this class was generated from the following files: