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

From Waveshare Wiki
Jump to: navigation, search
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
==Resource==
 
==Resource==
Image of 10.1inch HDMI LCD
+
===User Manual===
 
+
*[https://www.waveshare.com/w/upload/b/b2/10.1inch_HDMI_LCD_%28H%29_User_Manual.pdf User Manual PDF]
=== For Raspberry Pi ===
+
<!--
 +
=== Firmware ===
 +
[[:File:10.1inch-firmware.zip|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 [https://www.raspberrypi.org/downloads/raspbian/ Raspberry Pi Website].
 
{|class = "wikitable"
 
{|class = "wikitable"
 
|-
 
|-
Line 12: Line 17:
 
|-
 
|-
 
|}
 
|}
 
+
=== Image for BB Black ===
=== For BB Black ===
 
 
{|class = "wikitable"
 
{|class = "wikitable"
 
|-
 
|-
! Name !! Password  !! mini PC !! Revision of Origin Image
+
! Name !! mini PC !! Revision of Origin Image
 
|-
 
|-
| [http://pan.baidu.com/s/1i4f3QYT 10.1inch HDMI LCD BB Black Angstrom Ready-to-use Image] || 63sn || BB Black || Angstrom
+
| [https://drive.google.com/open?id=0B0ay87Q7P7pfeUJ4NWN1OTl4am8 10.1inch HDMI LCD BB Black Angstrom Image] || Beaglebone Black || Angstrom
 
|}
 
|}
 +
 +
== 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|What's the blue and red connector on the control board? |
 +
* Red: For power supply.
 +
* Blue: Reserve. For external speakers}}
 +
{{FAQ|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.
 +
|create a file: <code>/etc/init.d/ov3rskan_wave.sh</code> and append:
 +
<pre>
 +
#!/bin/bash
 +
echo "33 16 994 580" > /sys/class/graphics/fb0/window_axis
 +
echo "0x10001" > /sys/class/graphics/fb0/free_scale
 +
</pre>
 +
Save and run it:
 +
<pre>
 +
chmod +x /etc/init.d/ov3rskan_wave.sh
 +
/etc/init.d/ov3rskan_wave.sh
 +
</pre>
 +
}}

Revision as of 11:10, 30 July 2020

Resource

User Manual

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}}}