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

6 lines
111 B
Markdown
Raw Normal View History

2022-08-06 00:44:52 -04:00
# How to generate the YUV image from the PNG image
```bash
ffmpeg -i hello.png -pix_fmt uyvy422 hello.yuv
```