esp-idf/components/esp_lcd/test_apps/rgb_lcd/resources/README.md

6 wiersze
111 B
Markdown

# How to generate the YUV image from the PNG image
```bash
ffmpeg -i hello.png -pix_fmt uyvy422 hello.yuv
```