k210-sdk-stuff/rust/sdlcd
Wladimir J. van der Laan ed91b43e2a rust: sdlcd improvements
- Init error reporting
- Put 16-bit halves of display output correctly
- Better comments
2019-08-12 07:37:32 +00:00
..
src rust: sdlcd improvements 2019-08-12 07:37:32 +00:00
.gitignore rust: Add sdlcd example 2019-08-11 18:16:53 +00:00
Cargo.toml rust: Add sdlcd example 2019-08-11 18:16:53 +00:00
README.md rust: Clean up sdlcd, add ffmpeg commandline to README 2019-08-12 06:57:27 +00:00

sdlcd

This example streams raw data from the SD card to the LCD, frame by frame.

The following commands can be used to scale and transcode a video to 320x240xRGB565, and write it to a SD card:

ffmpeg -i input.mp4  -vf scale=320:240 -vcodec rawvideo -f rawvideo -pix_fmt rgb565le test.vid
dd if=test.vid of=/dev/mmcblk… bs=153600