From 9f718531794d4646c4950d8a1ee1b0a35a36ae11 Mon Sep 17 00:00:00 2001 From: mleone607 Date: Mon, 23 Jun 2025 20:13:48 -0500 Subject: [PATCH] Update README.md --- README.md | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 60421ee..f70bff0 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,26 @@ # 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 -Display system performance characteristics in real-time -* Top Left: CPU utilization -* Bottom Left: Battery charge level and plug status + memory utilization -* Top Right: Disk Input/Output rates -* Bottom Right: Network Upload/Download rates - -## Enhanced Capabilities -* Pre-defined applications can be displayed on any quadrant +## Capabilities +* Display system performance characteristics in real-time + * CPU utilization + * Battery charge level and plug status + memory utilization + * Disk Input/Output rates + * Network Upload/Download rates + * Temperature sensor readings + * Fan speeds +* Display any system monitoring app on any quadrant * Top or bottom of left or right panel * Specified via program arguments -* Additional system performance applications - * 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 +* Keyboard shortcut identifies apps running in each quadrant by displaying abbreviated name * Plugin framework supports simplified development of addiitonal LED Panel applications * Automatic detection of left and right LED panels ## Installation * Install [PyEnv](https://github.com/pyenv/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 virtualenv 3.11 3.11 pyenv activate