Difference between revisions of "PI400-KIT-13.3inch-UK"

From Waveshare Wiki
Jump to: navigation, search
(Created page with "{{infobox item| |img=400px|link=https://www.waveshare.com/pi400-kit-13.3inch-uk.htm|Raspberry Pi Kit 13INCH |category=:Category:Raspberry Pi|...")
 
Line 1: Line 1:
 
{{infobox item|
 
{{infobox item|
|img=[[File:Raspberry-Pi-400-1.jpg|400px|link=https://www.waveshare.com/pi400-kit-13.3inch-uk.htm|Raspberry Pi Kit 13INCH]]
+
|img=<div class="tabber"><div class="tabbertab" title="Pi400 Kit + 13.3inch display">[[File:Raspberry-Pi-400-1.jpg|400px|link=https://www.waveshare.com/pi400-kit-13.3inch-uk.htm|Raspberry Pi Kit 13INCH]]</div><div class="tabbertab" title="Pi400+Waveshare Kit">[[File:PI400-KIT-ORD-13.3INCH-1.jpg|400px|link=https://www.waveshare.com/product/pi400-kit-ord-13.3inch.htm|Raspberry Pi Kit ORD 13INCH]]</div></div>
 
|category=[[:Category:Raspberry Pi|Raspberry Pi]]
 
|category=[[:Category:Raspberry Pi|Raspberry Pi]]
 
|{{#urlget:amazon|default}}=display
 
|{{#urlget:amazon|default}}=display
|website_cn=[https://www.waveshare.net/shop/PI400-KIT-13.3INCH-US.htm 中文官网]
+
|website_cn=[https://www.waveshare.net/shop/PI400-KIT-ORD-13.3INCH.htm 中文官网]
|website_en=[https://www.waveshare.com/pi400-kit-13.3inch-uk.htm Website]
+
|website_en=[https://www.waveshare.com/pi400-kit-ORD-13.3inch.htm Website]
 
}}
 
}}
 
<div class="tabber">
 
<div class="tabber">
Line 30: Line 30:
  
 
·Micro HDMI Interface: Support dual-displays 4K video output.
 
·Micro HDMI Interface: Support dual-displays 4K video output.
 
+
; Raspberry Pi Kit
 
[[File:Raspberry-Pi-400-details-13.3inch.jpeg|1000px]]
 
[[File:Raspberry-Pi-400-details-13.3inch.jpeg|1000px]]
 +
;Waveshare Kit
 +
[[File:PI400-KIT-ORD-13.3INCH-details-1.jpg|1000px]]
 
</div>
 
</div>
 
<div class="tabbertab" title="Resources">
 
<div class="tabbertab" title="Resources">
Line 37: Line 39:
 
</div>
 
</div>
 
<div class="tabbertab" title="FAQ">
 
<div class="tabbertab" title="FAQ">
{{FAQ|How to configure the touchscreen with dual dispalys?|
+
{{FAQ|How to configure the touchscreen with dual displays?|
1.Open a terminal and input command: xrandr, and check the HDMI-ID of main display.;
+
1.Open a terminal and input command: xrandr, and check the HDMI-ID of the main display.;
  
 
[[File:Pi4-conf-touch-1.png|600px]]
 
[[File:Pi4-conf-touch-1.png|600px]]
  
2.Open a terminal and input command: xinput, to check the touch ID of main display;
+
2.Open a terminal and input command: xinput, to check the touch ID of the main display;
  
 
[[File:Pi4-conf-touch-2.png|600px]]
 
[[File:Pi4-conf-touch-2.png|600px]]
Line 52: Line 54:
 
[[File:Pi4-conf-touch-3.png|600px]]
 
[[File:Pi4-conf-touch-3.png|600px]]
  
4.If you want to configure the touchscren and save the setting, you have to set it to auto start.
+
4.If you want to configure the touchscreen and save the setting, you have to set it to auto-start.
 
sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
 
sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
  

Revision as of 09:26, 4 March 2021

PI400-KIT-13.3inch-UK
Raspberry Pi Kit 13INCH
Raspberry Pi Kit ORD 13INCH

{{{name2}}}

{{{name3}}}

{{{name4}}}

{{{name5}}}

Features

  • Raspberry Pi 400 incorporates a purpose-built board based on Raspberry Pi 4. portable. You can use it as a mini-PC by combining a Mouse and display.
  • CPU:1.8GHz ARM Cortex-A72(Pi4为1.5GHz)
  • RAM:4GB LPDDR4-3200
  • Connectivity:
    • Dual-band (2.4GHz and 5.0GHz) IEEE 802.11b/g/n/ac wireless LAN;
    • Bluetooth 5.0, BLE;
    • Gigabit Ethernet;
    • 2 × USB 3.0 and 1 × USB 2.0 ports;
  • Video&Sound:2 × micro HDMI ports (supports up to 4Kp60)
  • DIMENSIONS: 286 mm × 122 mm × 23 mm (maximum)

Interfaces

Raspberry-Pi-400-details-15.jpg

·Type-C Interface: Power interface, require 5V/3A power adapter.

·40PIN GPIO: Standart 40PIn GPIO for accessories.

·Micro SD card slot: For operating system and data storage

·Micro HDMI Interface: Support dual-displays 4K video output.

Raspberry Pi Kit

Raspberry-Pi-400-details-13.3inch.jpeg

Waveshare Kit

PI400-KIT-ORD-13.3INCH-details-1.jpg

 Answer:

1.Open a terminal and input command: xrandr, and check the HDMI-ID of the main display.;

Pi4-conf-touch-1.png

2.Open a terminal and input command: xinput, to check the touch ID of the main display;

Pi4-conf-touch-2.png

3.Run the command: xinput map-to-output <touch ID> <HDMI-ID>

(The ID value should be changed according to the actual ID checked. for example: xinput map-to-output 7 HDMI-1 )

Pi4-conf-touch-3.png

4.If you want to configure the touchscreen and save the setting, you have to set it to auto-start. sudo nano /etc/xdg/lxsession/LXDE-pi/autostart

Add the line: xinput map-to-output 7 HDMI-1

Note that You need to change the ID and reboot Raspberry Pi.

Pi4-auto-start-4.png



Support

If you require technical support, please go to the Support page and open a ticket.