Disable DMA by default

It isn't working properly.

Signed-off-by: Mahyar Koshkouei <mk@deltabeard.com>
This commit is contained in:
Mahyar Koshkouei
2022-05-21 14:52:08 +01:00
parent 33e86e5a51
commit 87d7e03b6e
+1 -1
View File
@@ -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.