Update README.md
This commit is contained in:
parent
bea6260518
commit
d909506113
1 changed files with 12 additions and 15 deletions
27
README.md
27
README.md
|
@ -1,29 +1,26 @@
|
||||||
# Framework 16 LED Matrix System Monitoring Application
|
# Framework 16 LED Matrix System Monitoring Application
|
||||||
|
|
||||||
This software is intended for use on a Framework 16 laptop with LED Matrix Panels installed. It's a clone of the [LED System Monitor](https://code.karsttech.com/jeremy/FW_LED_System_Monitor.git) project, with certain modifications and extensions applied.
|
This software is intended for use on a Framework 16 laptop with LED Matrix Panels installed.
|
||||||
|
|
||||||
## Original Capabilities
|
## Capabilities
|
||||||
Display system performance characteristics in real-time
|
* Display system performance characteristics in real-time
|
||||||
* Top Left: CPU utilization
|
* CPU utilization
|
||||||
* Bottom Left: Battery charge level and plug status + memory utilization
|
* Battery charge level and plug status + memory utilization
|
||||||
* Top Right: Disk Input/Output rates
|
* Disk Input/Output rates
|
||||||
* Bottom Right: Network Upload/Download rates
|
* Network Upload/Download rates
|
||||||
|
* Temperature sensor readings
|
||||||
## Enhanced Capabilities
|
* Fan speeds
|
||||||
* Pre-defined applications can be displayed on any quadrant
|
* Display any system monitoring app on any quadrant
|
||||||
* Top or bottom of left or right panel
|
* Top or bottom of left or right panel
|
||||||
* Specified via program arguments
|
* Specified via program arguments
|
||||||
* Additional system performance applications
|
* Keyboard shortcut identifies apps running in each quadrant by displaying abbreviated name
|
||||||
* Temperature sensor values (average of sensors on each of up to eight devices)
|
|
||||||
* Fan speeds (max 2 supported)
|
|
||||||
* Keyboard shortcut identifies apps running in each quadrant by displaying abbeviated name
|
|
||||||
* Plugin framework supports simplified development of addiitonal LED Panel applications
|
* Plugin framework supports simplified development of addiitonal LED Panel applications
|
||||||
* Automatic detection of left and right LED panels
|
* Automatic detection of left and right LED panels
|
||||||
## Installation
|
## Installation
|
||||||
* Install [PyEnv](https://github.com/pyenv/pyenv)
|
* Install [PyEnv](https://github.com/pyenv/pyenv)
|
||||||
* Any other python virtual environment package may be used. Commands below work with PyEnv.
|
* Any other python virtual environment package may be used. Commands below work with PyEnv.
|
||||||
```
|
```
|
||||||
cd led-matrix
|
cd FW_LED_System_Monitor
|
||||||
pyenv install 3.11
|
pyenv install 3.11
|
||||||
pyenv virtualenv 3.11 3.11
|
pyenv virtualenv 3.11 3.11
|
||||||
pyenv activate
|
pyenv activate
|
||||||
|
|
Loading…
Add table
Reference in a new issue