tool: API and CLI for LED matrix mode

This commit is contained in:
Ian Douglas Scott
2021-02-25 14:41:58 -08:00
committed by Jeremy Soller
parent 73a5d8b8a1
commit b11bc64bba
5 changed files with 61 additions and 2 deletions

View File

@ -34,6 +34,10 @@ enum Command {
CMD_LED_GET_COLOR = 13,
// Set LED color by index
CMD_LED_SET_COLOR = 14,
// Get LED matrix mode and speed
CMD_LED_GET_MODE = 15,
// Set LED matrix mode and speed
CMD_LED_SET_MODE = 16,
//TODO
};