From a3714ae7c4438d6b3247c45a1c8fe3f217a9a2af Mon Sep 17 00:00:00 2001 From: inmarket Date: Fri, 18 Oct 2013 17:07:26 +1000 Subject: [PATCH] Bug fix ILI9320 driver --- drivers/gdisp/ILI9320/gdisp_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gdisp/ILI9320/gdisp_lld.c b/drivers/gdisp/ILI9320/gdisp_lld.c index 228cbb09..3747b3d7 100644 --- a/drivers/gdisp/ILI9320/gdisp_lld.c +++ b/drivers/gdisp/ILI9320/gdisp_lld.c @@ -24,7 +24,7 @@ #undef GDISP_SCREEN_WIDTH #endif -#define GDISP_DRIVER_VMT GDISPVMT_SSD1289 +#define GDISP_DRIVER_VMT GDISPVMT_ILI9320 #include "../drivers/gdisp/ILI9320/gdisp_lld_config.h" #include "gdisp/lld/gdisp_lld.h"