From a5269aae36324e8b3493cd4386d934aa6876bfa2 Mon Sep 17 00:00:00 2001 From: hasslesstech Date: Sat, 15 Feb 2025 14:53:57 +0200 Subject: [PATCH] increase display update speed --- Core/Src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Src/main.c b/Core/Src/main.c index af28f1c..1162e63 100644 --- a/Core/Src/main.c +++ b/Core/Src/main.c @@ -224,7 +224,7 @@ int main(void) write_data_byte('0' + (char) current_digit); } - HAL_Delay(70); + HAL_Delay(10); /* USER CODE END WHILE */ /* USER CODE BEGIN 3 */