Update README

main
CalisJI 2024-08-22 09:20:22 +07:00
parent 8cd89881ba
commit 51dc2a2236
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Project to controll LED Strip useing ESP32 via UPD protocol # Project to controll LED Strip useing ESP32 via UPD protocol
### Data frame RGB565: ### Data frame RGB565:
`List<uint16>` ex: `[0xF800, 0x07E0, 0x001F, ...] hoặc [64896, 2016, 31, ...]` `uint16_t[]` ex: `[0xF800, 0x07E0, 0x001F, ...] hoặc [64896, 2016, 31, ...]`
LED number = array size LED number = array size
### LED Settings: ### LED Settings: