Portsdown Displays

From BATC Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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 2020 and Portsdown 4 software, although no Composite Video output is available from the RPi while using this display.

This is the only display supported by the Portsdown 4

It 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 2020 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

Older Waveshare 3.5 inch Type B displays 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. Newer evrsions do not work.

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 2020 and Portsdown 4 softwares have a function to invert 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.