Difference between revisions of "Portsdown Displays"

From BATC Wiki
Jump to navigation Jump to search
(→‎Recommended Display 2 - Waveshare 3.5 inch Type A: bloody things fail so you have to buy two of them)
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
===Recommended Display 1 - Waveshare 3.5 inch Type A===
+
===Recommended Display 1 - Official Raspberry Pi 7" touchscreen (often referred to as a "7 inch Element 14 touchscreen")===
  
The Portsdown transmitter is designed to be used with the Waveshare 3.5 inch Type A touchscreen which connects to the RPi using the GPIO connector.  This is the recommended display and the ONLY display that is fully supported by the Portsdown software.
+
The Official Raspberry Pi 7" touchscreen (often referred to as a "7 inch Element 14 touchscreen") is fully supported by the Portsdown 2019 software, although tt does not currently work properly for FreqShow mode, and no Composite Video output is available from the RPi while using this display.
  
===Recommended Display 2 - Element 14 7 Inch Touchscreen===
+
However, it is significantly faster and being a full HD display does look stunning!  We would recommend anybody building a new system to use this display.
  
The official Element 14 7 inch touchscreen works for almost all modes of the Portsdown after selection of Element14_7 in the display selection menu in the console. It does not currently work properly for FreqShow mode, and no Composite Video output is available from the RPi while using this display. However, it does look stunning!
+
Modmypi also do a display housing suitable for the 7 inch screen https://www.modmypi.com/raspberry-pi/screens-and-displays/screen-cases/raspberry-pi-7-touchscreen-display-case-black
 +
 
 +
[[File:7 inch screen.jpg|400px]]
 +
 
 +
===Recommended Display 2 - Waveshare 3.5 inch Type A===
 +
 
 +
The Portsdown transmitter is also designed to be used with the Waveshare 3.5 inch Type A touchscreen which connects to the RPi using the GPIO connector. Although smaller than the 7 inch, it does permit composite video out to be available for use e.g. with FM transmitters. Many members have found that the first Waveshare expires during building of their Portsdown and after the 30 day Amazon guarantee. So it has been necessary to budget for a second screen.
  
 
===DO NOT USE===
 
===DO NOT USE===
Line 27: Line 33:
 
===Screen Orientation===
 
===Screen Orientation===
  
The image and touch maps of the 7 inch screen can be inverted (for example if you have used one of the older screen mounting boxes) by adding the line
+
The image and touch maps of the 7 inch screen may need to be inverted (for example if you have used one of the older screen mounting boxes).  The Portsdown 2019 software has a function to reverse the display in the "System Config" menu accessed through Menu 3.
 +
 
 +
Previous versions can be modified by adding the line:
 +
 
 
  lcd_rotate=2
 
  lcd_rotate=2
 
to the /boot/config.txt file.
 
to the /boot/config.txt file.

Revision as of 18:02, 28 October 2019

Recommended Display 1 - Official Raspberry Pi 7" touchscreen (often referred to as a "7 inch Element 14 touchscreen")

The Official Raspberry Pi 7" touchscreen (often referred to as a "7 inch Element 14 touchscreen") is fully supported by the Portsdown 2019 software, although tt does not currently work properly for FreqShow mode, and no Composite Video output is available from the RPi while using this display.

However, it is significantly faster and being a full HD display does look stunning! We would recommend anybody building a new system to use this display.

Modmypi also do a display housing suitable for the 7 inch screen https://www.modmypi.com/raspberry-pi/screens-and-displays/screen-cases/raspberry-pi-7-touchscreen-display-case-black

7 inch screen.jpg

Recommended Display 2 - Waveshare 3.5 inch Type A

The Portsdown transmitter is also designed to be used with the Waveshare 3.5 inch Type A touchscreen which connects to the RPi using the GPIO connector. Although smaller than the 7 inch, it does permit composite video out to be available for use e.g. with FM transmitters. Many members have found that the first Waveshare expires during building of their Portsdown and after the 30 day Amazon guarantee. So it has been necessary to budget for a second screen.

DO NOT USE

Do not use any display which connects through HDMI. The HDMI output is disabled by default in the Portsdown software for 2 reasons: firstly, the HDMI output uses one of the clocks which is used by the DATV coding software and interferes with its operation; secondly, the Composite Video output is enabled for use with analog video transmitters, and use of this output disables the HDMI port.

Partially Supported Displays

Waveshare 4 inch Display

The Waveshare 4 inch display can be used, but new features do not always work with it, as modifications to the standard build are required to be tested and implemented by small group of users before being incorporated in the standard build. To use this display, select Waveshare4 in the display selection menu in the console. After new features have been added in an update (for example FreqShow in release 201801012) it may be necessary for existing Waveshare 4 users to select a normal Waveshare display in the console, and then reselect Waveshare 4 to load the required settings.

Waveshare 3.5 inch Type B

The Waveshare 3.5 inch Type B can be made to work by selecting WaveshareB in the display selection menu in the console. It is not recommended as a display, because it is not included in any pre-release testing.

Composite Video Monitors

The PAL Composite video output on the RPi is active (except when the 7 inch screen is used) and in some modes displays the same image as is displayed on the touchscreen, although there is no touchscreen control. Its primary purpose in this application is to be used as a signal source for Analogue ATV transmitters.

Screen Orientation

The image and touch maps of the 7 inch screen may need to be inverted (for example if you have used one of the older screen mounting boxes). The Portsdown 2019 software has a function to reverse the display in the "System Config" menu accessed through Menu 3.

Previous versions can be modified by adding the line:

lcd_rotate=2

to the /boot/config.txt file.

The image, but not the touch map, on the 3.5 inch screen can be inverted by adding the line

display_rotate=2

to the /boot/config.txt file.