From e12996d444f22e64db1a3b7c348df519657f409b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Mon, 9 Jan 2017 15:00:57 +0100 Subject: [PATCH] Light up every LED without screwing up I2C communication. --- right/src/led_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/right/src/led_driver.c b/right/src/led_driver.c index f5b3cce..1872a5c 100644 --- a/right/src/led_driver.c +++ b/right/src/led_driver.c @@ -53,7 +53,7 @@ void LedDriver_SetAllLedsTo(uint8_t val) 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, // display 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, // keys 4 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, // display - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // keys 5 blocks slowly + 0xff, 0xff, 0xff, 0xff, 0x00, 0xff, 0x00, 0x00, // keys 5 blocks slowly 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, // display 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // keys 6 blocks slowly 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, // display