LEDStrip_Controlled/README.md

7 lines
247 B
Markdown
Raw Normal View History

2024-08-08 21:20:26 -07:00
# Project to controll LED Strip useing ESP32 via UPD protocol
2024-08-21 19:03:20 -07:00
### Data frame RGB565:
`List<uint16>` ex: `[0xF800, 0x07E0, 0x001F, ...] hoặc [64896, 2016, 31, ...]`
2024-08-21 19:09:06 -07:00
LED number = array size
### LED Settings:
2024-08-21 19:09:52 -07:00
![](/img/led1.jpg, "Led Setting Page")