The script is the stats.py from @billz for RaspAP. I have adapted it so that it displays the values from stats.py but on the display size of 240x240.
I bought a 1.3 inch display from AliExpress. It is identical to the display from adafruit. Here are a few technical values
Feature | Value |
---|---|
Voltage | 3.3 v |
Interface | SPI |
Driver | st7789 |
Color | full color |
TFT size | 1.3" diagonal |
Dimensions | 38.4mm x 30.8mm x 15mm |
Model number | Pi TFT1.3 inch v1.0 |
- install the display on the Raspberry Pi
- install the display on your Raspberry Pi Activate SPI interface in Raspi-config. 1
- perform the installation steps of the Python Setup RGB Display Library from adafruit 2
In the RasAP wiki there were also instructions for the 135x240 3 diesplay size, if you have any difficulties you can also have a look there.
Footnotes
-
https://www.raspberrypi-spy.co.uk/2014/08/enabling-the-spi-interface-on-the-raspberry-pi/ ↩
-
https://learn.adafruit.com/adafruit-mini-pitft-135x240-color-tft-add-on-for-raspberry-pi/python-setup ↩
-
https://github.com/RaspAP/raspap-webgui/wiki/Mini-PiTFT-stats-display/048299c05532544c9b202fd2f785865541634d01 ↩