This page (revision-12) was last changed on 2021-06-06 11:46 by Murray Altheim

This page was created on 2019-12-29 04:20 by Murray Altheim

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
12 2021-06-06 11:46 4 KB Murray Altheim to previous
11 2021-06-06 11:06 3 KB Murray Altheim to previous | to last
10 2021-05-08 07:44 3 KB Murray Altheim to previous | to last
9 2021-03-28 05:32 3 KB Murray Altheim to previous | to last
8 2021-03-24 17:30 3 KB Murray Altheim to previous | to last
7 2021-03-24 09:55 2 KB Murray Altheim to previous | to last
6 2021-03-24 09:42 2 KB Murray Altheim to previous | to last
5 2021-03-24 09:41 2 KB Murray Altheim to previous | to last
4 2021-03-24 09:28 2 KB Murray Altheim to previous | to last
3 2019-12-29 04:42 1 KB Murray Altheim to previous | to last
2 2019-12-29 04:38 698 bytes Murray Altheim to previous | to last
1 2019-12-29 04:20 529 bytes Murray Altheim to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 8 added 23 lines
!! Installation
The link above is the canonical source, but here's a copy of the gist. You first update and upgrade the Pi:
{{{
sudo apt update -y
sudo apt-get update -y
sudo apt-get upgrade -y
}}}
Then shutdown with:
{{{
sudo shutdown -h now
}}}
Disconnect the power, attach the TFT display and re-apply power. Then:
{{{
cd ~
sudo pip3 install --upgrade adafruit-python-shell click
sudo apt-get install -y git
git clone https://github.com/adafruit/Raspberry-Pi-Installer-Scripts.git
cd Raspberry-Pi-Installer-Scripts
sudo python3 adafruit-pitft.py --display=st7789_240x135 --rotation=270 --install-type=console
}}}