From 14d70c8afd52fab77fabec573cacb849612e5013 Mon Sep 17 00:00:00 2001 From: Michael Colton Date: Sat, 24 Jun 2017 23:42:12 -0600 Subject: [PATCH] Semi working DMA code for the display driver! So excited! Now to work out the bugs :) --- Source/.cproject | 16 +- Source/.settings/language.settings.xml | 4 +- Source/Debug/PSDR.hex | 10704 ++++++++++------------- Source/include/main.h | 12 +- Source/src/Adafruit_GFX.c | 8 +- Source/src/Adafruit_ILI9340.c | 48 +- Source/src/main.c | 137 +- Source/src/spi.c | 32 +- 8 files changed, 4921 insertions(+), 6040 deletions(-) diff --git a/Source/.cproject b/Source/.cproject index 62a003e..0fb8c00 100644 --- a/Source/.cproject +++ b/Source/.cproject @@ -179,13 +179,13 @@