Go to file
CalisJI 31f496237c Update README 2024-08-22 09:09:06 +07:00
.vscode Update README 2024-08-22 09:09:06 +07:00
img Update README 2024-08-22 09:09:06 +07:00
include add new 2024-08-09 11:11:22 +07:00
lib add new 2024-08-09 11:11:22 +07:00
src Update README 2024-08-22 09:03:20 +07:00
test add new 2024-08-09 11:11:22 +07:00
.gitignore add new 2024-08-09 11:11:22 +07:00
README.md Update README 2024-08-22 09:09:06 +07:00
platformio.ini add new 2024-08-09 11:11:22 +07:00

README.md

Project to controll LED Strip useing ESP32 via UPD protocol

Data frame RGB565:

List<uint16> ex: [0xF800, 0x07E0, 0x001F, ...] hoặc [64896, 2016, 31, ...] LED number = array size

LED Settings:

![](/img/led1.jpg, Led Setting Page)