• ODROID-VU5 : 5inch 800x480 HDMI display with Multi-touch
 
5-inch multi-touch screen for ODROIDs gives users the ability to create all-in-one, integrated projects such as tablets, game consoles, infotainment systems and embedded systems. The 800x480 display connects to ODROID-C2 / C1+ via an HDMI link board and a micro-USB link board which handles power and signal. Just connect a DC plug in to the DC-jack on C2 / C1+, and you are ready to play, once you install the latest OS up- date. This high-quality touchscreen is specifically designed to work with both Android and Linux on the ODROID-C1+, ODROID-C2 and ODROID-XU4.

Specifications

- 5-inch TFT-LCD
- Screen Resolution: 800x480 pixels 
- 5 finger capacitive touch input
- Power consumption : 500mA/5Volt
- Backlight on/off slide switch
- Viewing angle (in degree) : Left 70, Right 70, Up 70, Down 50
- Screen Dimensions : 121 x 93.31 x 15 mm Including switch and connectors)
- Viewable screen size : 108 x 64 mm (active area)

Package include

A. Fully assembled 5inch TFT LCD + 5 point multi touch screen
B. 6 x 3.5mm screws 
C. 3 x Hex nuts
D. Micro USB link board
E. HDMI link board
F. Micro-to-TypeA USB Cable (approx. 35cm) 
G. Micro-to-Micro USB Cable (approx. 35cm)
H. TypeA-to-TypeA HDMI cable (approx. 35cm)

 

5inchdisplayPackage.jpg

Assembly Guide

You can easily attach the C2 / C1+ board onto the backside of the LCD screen in order to create a fully integrated system. It also works with the original C1 board if you use a micro-HDMI cable and a micro-USB cable. 

Option 1 : Mount the C1+ board on the LCD unit with 3pcs of 8mm PCB supporters. The HDMI link board and micro-USB link board are used for interface and power supply.

5_5inchLCDb.jpg 5_5inchLCDa.jpg

Option 2 : A Micro-to-micro USB cable and flexible flat HDMI cable can be used as well. The 35cm cable kit is included.

with ODROID-XU4

5_5inchLCDc.jpg

ODROID-C1 / C1+ /C2 (Edit boot.ini file)

Touchscreen drivers are available with support for 5 touch points, and 
proper drivers are integrated in the latest Ubuntu and Android OS images. Screen resolution must be configured to WVGA (800x400) and the DVI 
option should be enabled on the “vout” parameter by editing the boot.ini 
file, as shown in the below. 

To use the VU5 on C1/+ Linux system, the Kernel version must be 
3.10.80-128 or higher (sudo apt-get update & sudo apt-get dist-upgrade)
.
 
Also, don’t forget to configure the boot.ini file like this for 800x480resolution and DVI output mode: 



Configuration for C0/C1/C1+/C2 (Edit boot.ini file)
Comment 1080p line out and uncomment the 800x480 line

.
.
.
.
.
# setenv m “1080p”    # 1080P@60Hz 
.
.
.
setenv m “800x480p60hz” # 800x480 
.
.
.
.
.





 

 

# HDMI DVI Mode Configuration 
.
setenv vout_mode “dvi” 
.




































 
 


 
ODROID-XU4/3

HDMI timing generator in the Exynos platform is not flexible. So we can't make 800x480 60Hz standard display frequency. So we tweaked the HDMI driver code to support the 800x480 resolution with slightly reduced frequency at 54Hz.

To use the VU5 on XU4 Linux system, you must update the kernel 3.10.92-63 or higher (sudo apt-get update && sudo apt-get dist-upgrade)
Also, don’t forget to configure the boot.ini file like this for 800x480 resolution and DVI output mode: 



Configuration for XU4/3 (Edit boot.ini file)

# --- Screen Configuration for HDMI --- # 
# --------------------------------------- 
# Uncomment only ONE line! Leave all commented for automatic selection. 
# Uncomment only the setenv line! 
# --------------------------------------- 
# ODROID-VU forced resolution 
# setenv videoconfig "video=HDMI-A-1:1280x800@60" 
# ----------------------------------------------- 
# ODROID-VU forced EDID 
# setenv videoconfig "drm_kms_helper.edid_firmware=edid/1280x800.bin" 
# ----------------------------------------------- 
# 1920x1080 (1080P) with monitor provided EDID information. 
# setenv videoconfig "video=HDMI-A-1:1920x1080@60" 
# ----------------------------------------------- 
# 1920x1080 (1080P) without monitor data using generic information
# setenv videoconfig "drm_kms_helper.edid_firmware=edid/1920x1080.bin" 
# ----------------------------------------------- 
# 1920x1080 50hz (1080P) with monitor provided EDID information. 
# setenv videoconfig "video=HDMI-A-1:1920x1080@50" 
# ----------------------------------------------- 
# 1920x1080 50hz (1080P) without monitor data using generic information 
# setenv videoconfig "drm_kms_helper.edid_firmware=edid/1920x1080_50hz.bin" 
# ----------------------------------------------- 
# 1440x900 with monitor provided EDID information. 
# setenv videoconfig "video=HDMI-A-1:1440x900@60" 
# ----------------------------------------------- 
# 1440x900 without monitor data using generic information 
# setenv videoconfig "drm_kms_helper.edid_firmware=edid/1440x900.bin" 
# ----------------------------------------------- 
# 1280x720 (720P) with monitor provided EDID information. (720p-edid) 
# setenv videoconfig "video=HDMI-A-1:1280x720@60" 
# ----------------------------------------------- 
# 1280x720 (720P) without monitor data using generic information (720p-noedid) 
# setenv videoconfig "drm_kms_helper.edid_firmware=edid/1280x720.bin" 
# ----------------------------------------------- 
# 1024x768 without monitor data using generic information 
# setenv videoconfig "drm_kms_helper.edid_firmware=edid/1024x768.bin" 
# ----------------------------------------------- 
# 800x600 without monitor data using generic information 
# setenv videoconfig "drm_kms_helper.edid_firmware=edid/800x600.bin" 
# ----------------------------------------------- 
# 800x480 without monitor data using generic information (ODROID 7") 
setenv videoconfig "drm_kms_helper.edid_firmware=edid/800x480.bin" 
# ----------------------------------------------- 
# 720x576 without monitor data using generic information 
# setenv videoconfig "drm_kms_helper.edid_firmware=edid/720x576.bin" 
# ----------------------------------------------- 
# 720x480 without monitor data using generic information 
# setenv videoconfig "drm_kms_helper.edid_firmware=edid/720x480.bin" 
# ----------------------------------------------- 
# 640x480 without monitor data using generic information 
# setenv videoconfig "drm_kms_helper.edid_firmware=edid/640x480.bin" 


# --- HDMI / DVI Mode Selection --- 
# ------------------------------------------ 
# - HDMI Mode 
# setenv vout "hdmi" 
# - DVI Mode (disables sound over HDMI as per DVI compat) 
setenv vout "dvi"

7inchHDMIdisplaywithMulitouch.jpg

Block Diagram           
VU5Blockdiagram.jpg

Physical Dimensions
 

Make a standalone multimedia system
5_5inchLCDe.jpg



Known issues.
1. The display shows noise on the screen in the boot process and power-down process because there is no off-sync filter circuit.
2. On the C1+, there will be after-image or noise when the system turns off if you use the OTG port. 
    To fix this issue, you must remove(de-solder) the R94 from the C1+ PCB.
    If you have the C1+ PCB Rev 0.4 
2015/09/30, just remove a JUMPER on J8.
3. There is no backlight control except for the slide switch. So software can't adjust the brightness neither turn on-off the backlight.

For Android users!
C1 Android V2.0 or higher version supports the VU5. XU4 Android V3.2 has been released for the VU5 recently. Check our WiKi pages.
Set proper resolution settings in to boot.ini file and tweak the build.prop to display the navigation bar.
http://odroid.com/dokuwiki/doku.php?id=en:xu3_android_release_note_v3.2#notes_for_the_odroid-vu7

Also don't forget to change the vout mode to "DVI". "HDMI" mode make a lot of noise on the screen.

 

 

Write a review

Please login or register to review

ODROID-VU5 : 5inch 800x480 HDMI display with Multi-touch

  • Brand: Hardkernel
  • Product Code:Hdk-VU5
  • Reward Points:86
  • Availability:Discontinued
  • रo 8,660.00

  • Ex Tax:रo 8,660.00
  • Price in reward points:8660

Related Products

3.2inch TFT+Touchscreen Shield for Odroid C1+

3.2inch TFT+Touchscreen Shield for Odroid C1+

Fully assembled 3.2inch display with 320x240 pixels TFT LCD and a resistive touch overlay. Just plug..

रo 3,550.00 Ex Tax:रo 3,550.00

5 inch TFT Display Module With Touch Screen Panel

5 inch TFT Display Module With Touch Screen Panel

5 inch TFT Display Module With Touch Screen Panel   Features: Resolution: 800..

रo 3,500.00 रo 4,375.00 Ex Tax:रo 3,500.00

Raspberry Pi 7inch Touch Screen Display with 10 Finger Capacitive Touch

Raspberry Pi 7inch Touch Screen Display with 10 Finger Capacitive Touch

Original Raspberry Pi 7inch Display, 800 x 480 pixel resolution, 10 finger multi-point touchscreen, ..

रo 7,730.00 Ex Tax:रo 7,730.00

ODROID-VU7 : 7inch 800x480 or 1024 x 600 HDMI display with Multi-touch

ODROID-VU7 : 7inch 800x480 or 1024 x 600 HDMI display with Multi-touch

7-inch multi-touch screen for ODROIDs gives users the ability to create all-in-one, integrated proje..

रo 6,710.00 Ex Tax:रo 6,710.00

LCD Touchscreen display kit 7 inch

LCD Touchscreen display kit 7 inch

LCD Touchscreen display kit 7'' : 7"W Display and Touch Kit with DSI to LVDS Board Industrial Gr..

रo 20,380.00 Ex Tax:रo 20,380.00

LCD Touchscreen display kit 10 inch

LCD Touchscreen display kit 10 inch

LCD Touchscreen display kit 10'' : 10.1”display The package including: 10.1"W 1280x800 h..

रo 29,178.00 Ex Tax:रo 29,178.00

Raspberry Pi 3 LCD 3.5 inch Touchscreen TFT Display Module

Raspberry Pi 3 LCD 3.5 inch Touchscreen TFT Display Module

This is compatible Raspberry Pi 2, 3 and B + Raspberry Pi motherboard and motherboard. B + B shall b..

रo 1,255.00 रo 1,465.00 Ex Tax:रo 1,255.00

Raspberry Pi HDMI LCD (10.1 inch)

Raspberry Pi HDMI LCD (10.1 inch)

  Raspberry Pi HDMI LCD (10.1 inch) is a IPS, 1280×800, 10.1 inch Capacitive Touch Screen LCD,..

रo 16,664.00 Ex Tax:रo 16,664.00

Waveshare 11870 10.1 inch HDMI LCD, 1024×600

Waveshare 11870 10.1 inch HDMI LCD, 1024×600

10.1inch Resistive Touch Screen LCD, HDMI interface, Designed for Raspberry Pi Features ..

रo 6,095.00 रo 7,253.00 Ex Tax:रo 6,095.00

3.5inch Touchscreen Shield

3.5inch Touchscreen Shield

Fully assembled 3.5inch display with 480×320 pixels TFT LCD and a resistive touch overlay. Just plug..

रo 3,643.00 Ex Tax:रo 3,643.00

Tags: Touchscreen, ODROID, XU4/XU3, C1/C1+, VU5

The product is currently Out-of-Stock. Enter your email address below and we will notify you as soon as the product is available.

Name
Email
Phone
Comments