Difference between revisions of "Template:10.1-inch-hdmi-lcd-img"

From Waveshare Wiki
Jump to: navigation, search
Line 1: Line 1:
 
==Resource==
 
==Resource==
 +
=== Demo video ===
 +
[https://youtu.be/zzDlFzCuEws Demo video]
 
=== Firmware ===
 
=== Firmware ===
 
[[:File:10.1inch-firmware.zip|10.1inch HDMI LCD firmware]]
 
[[:File:10.1inch-firmware.zip|10.1inch HDMI LCD firmware]]
Line 20: Line 22:
 
| [https://drive.google.com/open?id=0B0ay87Q7P7pfeUJ4NWN1OTl4am8 10.1inch HDMI LCD BB Black Angstrom Image] || Beaglebone Black || Angstrom
 
| [https://drive.google.com/open?id=0B0ay87Q7P7pfeUJ4NWN1OTl4am8 10.1inch HDMI LCD BB Black Angstrom Image] || Beaglebone Black || Angstrom
 
|}
 
|}
 +
 
== FAQ ==
 
== FAQ ==
 
{{FAQ|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? | See: [[#For Raspbian]]}}
 
{{FAQ|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? | See: [[#For Raspbian]]}}

Revision as of 06:22, 2 August 2017

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.

Name mini PC Revision of Origin Image
10.1inch HDMI LCD Raspbian image Raspberry2 B Raspbian jessie
10.1inch HDMI LCD Raspbian Image Raspberry A+ / B / B+ Raspbian jessie

Image for BB Black

Name mini PC Revision of Origin Image
10.1inch HDMI LCD BB Black Angstrom Image Beaglebone Black Angstrom

FAQ


 Answer:
  • Red: For power supply.
  • Blue: Reserve. For external speakers
{{{3}}}
{{{4}}}

{{{5}}}


 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
{{{3}}}
{{{4}}}

{{{5}}}