Cases are good, help to protect your pi. Some people make their own wooden, plastic or metal cases, others buy premade cases and modify them as desired.
clytemnestra wrote:Wrong? Should I return it? The screen I bought is
this one
I wanted to use the PI for GPIOs but to also have a screen for it for easiness.
Note I'm a beginner, I can't really understand "You'll also need to establish with signals your particular display uses - almost certainly the SPI bus pins, plus perhaps 2 or 3 other general GPIO signals."
The screen you have chosen gets it video signal from the HDMI connection, it uses the GPIO header for the touchscreen feedback. If you don't wish to use the touchscreen function then just using a longer HDMI cable will solve your issue.
This table from the page you linked tells which GPIO's the touchscreen uses, the NC pins are not connected and so are free for other use.
PIN NO. SYMBOL DESCRIPTION
1, 17 3.3V Power positive (3.3V power input)
2, 4 5V Power positive (5V power input)
3, 5, 7, 8, 10, 11, 12, 13, 15, 16, 18, 24 NC NC
6, 9, 14, 20, 25 GND Ground
19 TP_SI SPI data input of Touch Panel
21 TP_SO SPI data output of Touch Panel
22 TP_IRQ Touch Panel interrupt, low level while the Touch Panel detects touching
23 TP_SCK SPI clock of Touch Panel
26 TP_CS Touch Panel chip selection, low active
SPI is Serial Peripheral interface, a communications method between devices (in this case the touchscreen and the pi) some of these pins can be shared by multiple SPI devices if needed. The screen needs to use at most 8 of the GPIO pins, 6 of which will still be able to be used by other devices for the same purpose.
Doug.
Building Management Systems Engineer.