Update README

main
CalisJI 2024-08-22 09:09:06 +07:00
parent 702e7b7a08
commit 31f496237c
3 changed files with 6 additions and 2 deletions

View File

@ -9,5 +9,6 @@
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp"
}
},
"liveServer.settings.port": 5501
}

View File

@ -1,4 +1,7 @@
# 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 number = array size
### LED Settings:
![](/img/led1.jpg, Led Setting Page)

BIN
img/led1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB