Display jpeg image using https://github.com/Bodmer/TFT_eSPI and https://github.com/Bodmer/JPEGDecoder.
More...
#include <JpegTFT.h>
|
| JpegTFT (TFT_eSPI &TFTscreen) |
|
void | beginFrame (size_t jpegSize) override |
|
uint32_t | endFrame () override |
|
size_t | write (const uint8_t *data, size_t len) override |
|
|
uint32_t | renderJPEG (int xpos, int ypos) |
|
|
Vector< uint8_t > | img_vector |
|
JPEGDecoder | jpeg_decoder |
|
int | open = 0 |
|
TFT_eSPI * | p_screen = nullptr |
|
size_t | pos = 0 |
|
size_t | size = 0 |
|
uint64_t | start = 0 |
|
◆ beginFrame()
void beginFrame |
( |
size_t |
jpegSize | ) |
|
|
inlineoverridevirtual |
◆ endFrame()
dipsplay a single jpeg image, provides the milliseconds since the begin frame to calculate the necessary delay
Implements VideoOutput.
◆ write()
size_t write |
( |
const uint8_t * |
data, |
|
|
size_t |
len |
|
) |
| |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: