VoCore Screen is a fast screen for high quality display usage for embed devices. It uses USB2.0 port to display real color(24bit) at 25fps, fit for video, embed rich UI interface application. It is designed for the device who does not have MIPI, HDMI or other video interface but only have USB2.0 interface.
DEMO VIDEO: Play Doom on VoCore2
DEMO VIDEO: Use as PC Display
DEMO VIDEO: Use VoCore2 as Control Panel
TUTORIAL: Install Driver and Use as Extend Screen
5inch | 3.4inch round | 10inch | |
---|---|---|---|
SIZE | 119.3mm x 68.7mm x 3.6mm | 115mm x 3.6mm | 235.2x143.2mm |
DISPLAY SIZE | 109.6mm x 61.6mm | 88mm | 222.7x125.3mm |
INTERFACE | USB 2.0 HS | USB 2.0 HS | USB 2.0 HS |
RESOLUTION | 480 x 854 | 800 x 800 | 1024 x 600 |
FRAME PER SECOND | 60 | 60 | 60 |
TOUCH PAD | Capacitive, two points | Capacitive, two points | Capacitive, two points |
DRIVER | framebuffer, libusb | framebuffer, libusb | framebuffer, libusb |
POWER SUPPLY | TYPEC 5.0V | TYPEC 5.0V | TYPEC 5.0V |
POWER CONSUMPTION | ~1.35W | ~1.55W | ~3.0W |
BACKLIGHT | 350LM | 350LM | 350LM |
4inch | 4.3inch | 6.8inch | |
---|---|---|---|
SIZE | 97mm x 58mm x 3.8mm | 104.3mm x 61.3mm x 3.6mm | 165.0mm x 100.0mm x 7.3mm |
DISPLAY SIZE | 86mm x 53mm | 93.6mm x 56.2mm | 148.1mm x 88.9mm |
INTERFACE | USB 2.0 HS | USB 2.0 HS | USB 2.0 HS |
COLORS | 24bit, 16bit | 24bit, 16bit | 24bit, 16bit |
RESOLUTION | 480 x 800 | 480 x 800 | 800 x 480 |
FRAME PER SECOND | 60 | 60 | 60 |
TOUCH PAD | Capacitive, two points | Capacitive, two points | Capacitive, two points |
DRIVER | framebuffer, libusb | framebuffer, libusb | framebuffer, libusb |
POWER SUPPLY | TYPEC 5.0V | TYPEC 5.0V | TYPEC 5.0V |
POWER CONSUMPTION | ~1.2W | ~1.2W | ~2.4W |
BACKLIGHT | 350LM | 350LM | 400LM |
The screen has memory to store the picture, so you can directly send data through USB, data format is R-G-B-R-G-...in SDK the API has packaged all necessary functions, please also check the demo of DOOM to study how it works.
Current version support framebuffer driver for VoCore2 and Raspberry, please download SDK and try fbusb.ko
KICAD MODULE: Download
ROHS: Download
DRIVER BOARD 3D MODEL: Download
Driver, Firmware, Tools(20241120): Download Tutorial
2020.05.22: new VoCore Screen has touch screen now, for old no touch screen version, please click here
Littlevgl DEMO Source Code: Download
Littlevgl DEMO Firmware: Download
note: use sysupgrade or luci directly load uncompressed firmware to VoCore2 then it will work.
1. prepare a common USB 2.0 cable with microUSB port, make sure the cable has data wires(some USB cables are only for power charge and do not have data wires, it does not work with this screen).
2. compile fbusb driver, its source code is in SDK, or get from github.com/vonger/vocore2, in package/utils/fbusb.
3. power off VoCore2 and connect the screen with USB cable to VoCore2's USB port.
4. connect VoCore2 to 5V power, then around 10~15 seconds, you can find the screen LED is light, after around 0.5s, screen will become white, then we know it works.
note: fbusb will map screen to /dev/fb0.
tutorial: https://vonger.cn/?p=15535
example: https://www.youtube.com/watch?v=vrHn2AYUybI
please follow the instructions at https://github.com/vonger/mpro_drm to compile and run
1. prepare a common USB 2.0 cable with microUSB port(make sure it has data cable)
2. compile fbusb for raspberry pi
3. call 'sudo insmod fbusb.ko', if success, you can find fbusb log in dmesg.
note: fbusb will map screen to /dev/fb1.
fbusb use 16bit color as default.
1. set screen to black: dd if=/dev/zero of=/dev/fb0 bs=1000 count=768
2. set screen to random pixel: dd if=/dev/urandom of=/dev/fb0 bs=1000 count=768
note: on vocore, it is /dev/fb0; on raspi, it is /dev/fb1.
this mode is for windows and other system can not use fbusb driver but we can use libusb.
please check SDK README.md and source code send_frame.c/send_cmd.c/read_touch.c for usage.
MPRO 3D MODULE: Download
MPRO KICAD FOOTPRINT: Download
MPRO TEST POINT: POWER = 5V/GND; USB = DM/DP; I2C = DAT/CLK(both have 5kR pull up); OTHER PINS KEEP UNCONNECTED