Resource
Demo video
Demo video
Firmware
10.1inch HDMI LCD firmware
Image for Raspberry Pi
Please note that the following images do not support Raspberry Pi 3 Model B. Instead, you should download the image (latest version for Pi 3) from Raspberry Pi Website.
Image for BB Black
FAQ
Question:
|
In a certain version of Raspbian (e.g. 2017-03-02-raspbian-jessie), the cursor on the screen may hold left click even if you tap the screen and release. How to solve?
|
|
Question:
|
What's the blue and red connector on the control board?
|
|
Answer:
|
- Red: For power supply.
- Blue: Reserve. For external speakers
|
|
Question:
|
Working on Odroid C2 Ubuntu: part of top and bottom bar are cut off when the display settings in the Boot.ini file are set to 1024x600 @ P60Hz.
|
|
Answer:
|
create a file: /etc/init.d/ov3rskan_wave.sh and append:
#!/bin/bash
echo "33 16 994 580" > /sys/class/graphics/fb0/window_axis
echo "0x10001" > /sys/class/graphics/fb0/free_scale
Save and run it:
chmod +x /etc/init.d/ov3rskan_wave.sh
/etc/init.d/ov3rskan_wave.sh
|
|