From e64f5a40409e0f21c51388a5cb4521d74f3a3b5c Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Mon, 9 Mar 2020 14:27:18 +0100 Subject: [PATCH] Updated Mini PiTFT stats display (markdown) --- Mini-PiTFT-stats-display.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Mini-PiTFT-stats-display.md b/Mini-PiTFT-stats-display.md index 40076f6..5c65dad 100644 --- a/Mini-PiTFT-stats-display.md +++ b/Mini-PiTFT-stats-display.md @@ -16,6 +16,8 @@ dtparam=spi=on ``` If you don't see the above, edit this file with `sudo nano /boot/config.txt`, add this line, save the file and reboot your Pi. +**Note:** Some users have followed Adafruit's setup guide and installed the kernel module, which is useful if you want to draw to the framebuffer and output a [mini console](https://cdn-learn.adafruit.com/assets/assets/000/082/874/large1024/adafruit_products_4393_demo_ORIG_2019_10.jpg?1571860426). However, the TFT kernel driver can't be run alongside the Python install. So you should choose one method, not both. + With the preliminary setup done, execute RaspAP's [stats.py](https://github.com/billz/raspap-webgui/blob/master/app/pitft/stats.py) with: `sudo python3 stats.py`. Your Mini PiTFT should output a summary of RaspAP's status, like so: ![](https://i.imgur.com/7Bfz6jL.jpg)