From bd59220717d6a7221d5b11757bc27dc48f17258b Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Wed, 7 May 2025 18:11:16 +0800 Subject: Reduce breathing speed. --- r503.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'r503.c') 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; -- cgit v1.2.3