mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Updated Mini PiTFT stats display (markdown)
parent
dfd1e763c7
commit
f3839a0b04
@ -18,6 +18,12 @@ If you don't see the above, edit this file with `sudo nano /boot/config.txt`, ad
|
|||||||
|
|
||||||
> :information_source: **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.
|
> :information_source: **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.
|
||||||
|
|
||||||
|
Install RaspAP using the [Quick Installer](https://github.com/billz/raspap-webgui/wiki/Quick-Installer-usage):
|
||||||
|
```
|
||||||
|
curl -sL https://install.raspap.com | bash
|
||||||
|
```
|
||||||
|
Alternatively, you can follow the [manual setup](https://github.com/billz/raspap-webgui/wiki/Manual-installation) instructions.
|
||||||
|
|
||||||
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:
|
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)
|
![](https://i.imgur.com/7Bfz6jL.jpg)
|
||||||
|
Loading…
Reference in New Issue
Block a user