summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--r503.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/r503.c b/r503.c
index 4a7b90f..5acef14 100644
--- a/r503.c
+++ b/r503.c
@@ -117,7 +117,7 @@ static inline void led_ctrl(uint8_t mode, COLOR color)
buf[0] = 0x35;
buf[1] = mode;
- buf[2] = 0x40;
+ buf[2] = 0x60;
buf[3] = color;
buf[4] = 0x00;