Bridges VideoDecoder's write() calls to the TFT - VideoDecoder always hands over one complete frame per write() call (see its class comment), so this can push the whole frame in one go. Usually the data is in RGB565 format, but other formats are supported as well.
More...
#include <OutputTFT_eSPI.h>
Bridges VideoDecoder's write() calls to the TFT - VideoDecoder always hands over one complete frame per write() call (see its class comment), so this can push the whole frame in one go. Usually the data is in RGB565 format, but other formats are supported as well.
- Author
- Phil Schatzmann
- Copyright
- GPLv3
◆ OutputTFT_eSPI()
◆ begin()
◆ flush()
◆ setVideoInfo()
Defines the video format and dimensions - call before begin() if you.
◆ setVideoInfoSource()
Defines the source of the video information (width, height, fps, format)
◆ write()
| size_t write |
( |
const uint8_t * |
data, |
|
|
size_t |
len |
|
) |
| |
|
inlineoverridevirtual |
◆ info_
◆ p_info
◆ tft_
The documentation for this class was generated from the following file: