An open API service indexing awesome lists of open source software.

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.

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%)