From cb1fd6e4852e87a08cae26634e84c53f182740c7 Mon Sep 17 00:00:00 2001 From: jedi Date: Sun, 29 May 2022 22:53:48 +0200 Subject: [PATCH] stash --- firmware/lux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/lux.cpp b/firmware/lux.cpp index 3b3e95d..540e71a 100644 --- a/firmware/lux.cpp +++ b/firmware/lux.cpp @@ -33,7 +33,7 @@ extern "C" void lux_task(void *pvParameters) { uint8_t cnt = 0; while(1) { - spi_transfer_8(1, cnt++); + spi_transfer_8(1, charset[cnt++]); for(volatile int i = 0; i < 100; i++); spi_transfer_8(1, 0x00);