From 87d7e03b6e927fc121167c473cb3a0b5535d6555 Mon Sep 17 00:00:00 2001 From: Mahyar Koshkouei Date: Sat, 21 May 2022 14:52:08 +0100 Subject: [PATCH] Disable DMA by default It isn't working properly. Signed-off-by: Mahyar Koshkouei --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 7397d6b..f7093b0 100644 --- a/src/main.c +++ b/src/main.c @@ -21,7 +21,7 @@ /* Use DMA for all drawing to LCD. Benefits aren't fully realised at the moment * due to busy loops waiting for DMA completion. */ -#define USE_DMA 1 +#define USE_DMA 0 /** * Reducing VSYNC calculation to lower multiple.