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

From Waveshare Wiki
Jump to: navigation, search
Line 25: Line 25:
 
* Red: For power supply.
 
* Red: For power supply.
 
* Blue: Reserve. For external speakers}}
 
* Blue: Reserve. For external speakers}}
{{FAQ|Working on Odroid C2 Ubuntu: the top bar and bottom bar are 87% cut off when the display settings in the Boot.ini file are set to 1024x600 @ P60Hz.
+
{{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:  
 
|create a file: <code>/etc/init.d/ov3rskan_wave.sh</code> and append:  
 
<pre>
 
<pre>

Revision as of 03:08, 20 April 2017

Resource

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