Skip to content

esp32s2 implement a usb port display with 320*240 size with ~13pfs

Notifications You must be signed in to change notification settings

chuanjinpang/esp32s2_usb_display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp32s2_usb_display

overview

it's a USB mini display for Linux platform, such as raspberry Pi, Centos X86 server.

it refer many opensource projects: robopeak/rpusbdisp,Bodmer/TFT_eSPI.git ,nopnop2002/esp-idf-ili9340,serge-rgb/TinyJPEG.git,TJpgDec. thanks

esp32s2 support USB OTG, the Linux host compress framebuffer Zone with JPEG, and then issue URB to esp32s2, the S2 wil decode JPEG stream bytes to RGB data,and use DMA SPI to ili9341 screen.

now it can run ~13pfs in most time.

folder intro:

/esp32s2_usbdisp is esp32s2 esp-idf project, it will generate esp32s2 binary file for programe

/rpusbdisp is linux fb kernel driver module, it will generate rp_usbdisplay.ko

eps32s2_usb_display_readme.doc is a file for how to Hardware connect and other info in CN

install:

in rpusbdisp, it have a README file which introduction how to install the ko and config xserver.

Demo

please seem below links for view demo:

image image image image

https://www.bilibili.com/video/BV17L411s7kL?spm_id_from=333.999.0.0

https://www.bilibili.com/video/BV1dQ4y1z75s?spm_id_from=333.999.0.0

About

esp32s2 implement a usb port display with 320*240 size with ~13pfs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published