Getting the official pi screen sorted out with Pimoroni case
- As quick check all is working connect up screen using official instructions https://www.raspberrypi.org/learning/addons-guide/display/
- Power up and check it is working ok, then power down
- Disconnect the display carefully
- Assemble display screen stand and pi using Pimoroni instructions https://cdn.shopify.com/s/files/1/0174/1800/files/Pimoroni_Display_Frame_Instructions_V1.pdf?4685957742121827422
- Power it up and check all is well
- Display will be upside down, to fix
sudo nano /boot/config.txt
add the following line at the end of the setup info
lcd_rotate=2
- Adding an onscreen keyboard, suggest you go with Matchbox as Florence does not seem to work out-of-the box as easily
sudo apt-get install matchbox-keyboard
- You should be able to find the keyboard in the accessories menu, if not most likely this is because it is full, from Preferences – select ‘Main Menu Editor’ and untick something in accessories you don’t use, check keyboard is ticked
- To add onscreen easy access icon
cd Desktop nano keyboard.sh
Now write the copy in the following code
#!/bin/bash
matchbox-keyboard
- Right click – as of 29 Aug cannot get any of the instructions for this to work
Also look at https://www.raspberrypi.org/documentation/hardware/display/troubleshooting.md
For troubleshoot suggestions