https://github.com/offerrall/ws2812b_calculator
Simple GUI calculator for WS2812B LED strip power requirements.
https://github.com/offerrall/ws2812b_calculator
esp32 python ws2812b
Last synced: 2 months ago
JSON representation
Simple GUI calculator for WS2812B LED strip power requirements.
- Host: GitHub
- URL: https://github.com/offerrall/ws2812b_calculator
- Owner: offerrall
- Created: 2025-01-13T10:28:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-15T22:16:00.000Z (over 1 year ago)
- Last Synced: 2025-10-05T10:41:45.592Z (9 months ago)
- Topics: esp32, python, ws2812b
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# WS2812B Power Calculator
Simple GUI calculator for WS2812B LED strip power requirements.

## Installation
All code is only 30 lines long, the gui is created using the `FuncToGUI` package, install it with:
```bash
git clone https://github.com/offerrall/FuncToGUI
cd FuncToGUI
pip install .
```
## Usage
Run the calculator:
```bash
python WS2812B_power.pyw
```
Features:
- Calculate power (W) and current (A) for WS2812B LED strips
- Adjust number of LEDs (1-9999)
- Set brightness percentage (0-100%)