GeraldTJ
Posts: 3
Joined: Thu Jan 21, 2016 3:40 pm

Connection instructions

Thu Jan 21, 2016 3:44 pm

Good afternoon. I have just taken delivery of my new display which assembles exactly as the instructions, however, whilst there is a multi-langauge safety leaflet in the box there are no connection details so I am not sure what is the correct way of inter-connecting my Pi computer to the display.

Can anyone point me to the location of a file that gives the instructions please.

Many thanks

fruitoftheloom
Posts: 23548
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Connection instructions

Thu Jan 21, 2016 5:41 pm

GeraldTJ wrote:Good afternoon. I have just taken delivery of my new display which assembles exactly as the instructions, however, whilst there is a multi-langauge safety leaflet in the box there are no connection details so I am not sure what is the correct way of inter-connecting my Pi computer to the display.

Can anyone point me to the location of a file that gives the instructions please.

Many thanks
http://www.element14.com/community/docs ... en-display
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot) RaspiOS64 ARM64
Asus ChromeBox 3 Celeron is my other computer...

GeraldTJ
Posts: 3
Joined: Thu Jan 21, 2016 3:40 pm

Re: Connection instructions

Fri Jan 22, 2016 4:17 pm

Many thanks for your help. I followed the instructions and now have a fully working display :) but I have one problem, it is upside down :(

I followed the instructions on here and edited config.txt and added a line lcd_rotate=2. After reboot that had no effect :)
I then tried editing config.txt and added display_rotate=2 and again rebooted and again no joy.

Does anyone have any other suggestions as to how to fix this problem?

Thanks in advance

JimmyN
Posts: 1109
Joined: Wed Mar 18, 2015 7:05 pm
Location: Virginia, USA

Re: Connection instructions

Fri Jan 22, 2016 4:32 pm

Try this command

Code: Select all

vcgencmd get_config int
Do you see "lcd_rotate=2" in the list? If not then you're not editing the correct config.txt file, or maybe you're not actually saving it after the edit.

User avatar
Paul Webster
Posts: 822
Joined: Sat Jul 30, 2011 4:49 am
Location: London, UK
Contact: Twitter

Re: Connection instructions

Fri Jan 22, 2016 6:21 pm

If you are using Noobs then perhaps that would explain the wrong config.txt being edited.

GeraldTJ
Posts: 3
Joined: Thu Jan 21, 2016 3:40 pm

Re: Connection instructions

Sat Jan 23, 2016 10:13 am

JimmyN wrote:Try this command

Code: Select all

vcgencmd get_config int
Do you see "lcd_rotate=2" in the list? If not then you're not editing the correct config.txt file, or maybe you're not actually saving it after the edit.

Hello Jimmy,

I followed your instruction and the command line "lcd_rotate=2" is not in the list. I have checked the config.txt file in boot, using the command line sudo nano /boot/config.txt and the entry lcd_rotate=2 is present and uncommented. I assume it to be the correct version as the display overscan commands are present but commented out.

The post following yours, by Paul Webster, implies that there may be more than one config.txt file, but I cannot find a second one. I am digging back into my many years unused knowledge of linux but cannot find another config.txt file on the sd card.

Confused to say the least :(

DirkS
Posts: 10371
Joined: Tue Jun 19, 2012 9:46 pm
Location: Essex, UK

Re: Connection instructions

Sat Jan 23, 2016 10:27 am

GeraldTJ wrote:I followed your instruction and the command line "lcd_rotate=2" is not in the list. I have checked the config.txt file in boot, using the command line sudo nano /boot/config.txt and the entry lcd_rotate=2 is present and uncommented.
If you use Noobs and edit config.txt on another computer you're probably editing the wrong config.txt
Since you did it from the running system I would conclude that you're editing the correct version of config.txt

Can you post the contents of config.txt.

fruitoftheloom
Posts: 23548
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Connection instructions

Sat Jan 23, 2016 10:30 am

NOOBS Easy Config File Editor

https://github.com/raspberrypi/noobs
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot) RaspiOS64 ARM64
Asus ChromeBox 3 Celeron is my other computer...

Return to “Official Foundation Display”