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 |
| |
◆ JpegTFT()
◆ 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.
◆ renderJPEG()
| uint32_t renderJPEG |
( |
int |
xpos, |
|
|
int |
ypos |
|
) |
| |
|
inlineprotected |
◆ write()
| size_t write |
( |
const uint8_t * |
data, |
|
|
size_t |
len |
|
) |
| |
|
inlineoverridevirtual |
◆ img_vector
◆ jpeg_decoder
◆ open
◆ p_screen
| TFT_eSPI* p_screen = nullptr |
|
protected |
◆ pos
◆ size
◆ start
The documentation for this class was generated from the following file: