@pcj203 在 f1c200s自制 win10 USB显示屏 中说:
简介
使用f1c200s tiny200s货架板+1024*600RGB屏,实现一个win10 USB显示屏。方案原理:
host: win10加载手撸的IDD显示驱动,编码桌面成jpg,然后usb发送给f1c200s.
dev: f1c200s,接收到完整一帧jpg数据,硬解码yuv,然后软件转成rgb输出给/dev/fb0映射的ram.b站视频链接
https://b23.tv/UDaOqCa
性能:
- 黑白模式20pfs.
- 彩色10fps
已知bug:
- 似乎f1c200s硬解jpg和usb传输有小概率性冲突。表现就是0.5%的帧解出来会花掉。
开源情况:
- 开发未完成。预计农历新年github上开源。
参考:
*1.github.com/microsoft/Windows-driver-samples/tree/master/video/IndirectDisplay*2.git://github.com/roshkins/IddSampleDriver.git
*3.https://whycan.com/t_8114.html baremetal hardware JPEG-decoder example (F1C100S)
*4.https://github.com/aodzip/buildroot-tiny200
esp32 s2 实现win10 usb显示屏320*240
已经github上开源: https://github.com/chuanjinpang/win10_idd_xfz1986_usb_graphic_driver_display
f1c200s自制 win10 USB显示屏最新的github 连接可以给出来吗?