From 63518bee8e5612b5e41b96c0cab3990182fed711 Mon Sep 17 00:00:00 2001 From: prenticedavid Date: Wed, 11 Jan 2017 17:32:03 +0000 Subject: [PATCH] stops empty array in Keil --- MCUFRIEND_kbv.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/MCUFRIEND_kbv.cpp b/MCUFRIEND_kbv.cpp index db13462..b38045d 100644 --- a/MCUFRIEND_kbv.cpp +++ b/MCUFRIEND_kbv.cpp @@ -1882,6 +1882,7 @@ case 0x4532: // thanks Leodino // 0xF6, 3, 0x01, 0x01, 0x00, //Interface Control needs EXTC=1 MX_EOR=1, TM=0, RIM=0 // 0xB6, 3, 0x0A, 0x82, 0x27, //Display Function [0A 82 27] // 0xB7, 1, 0x06, //Entry Mode Set [06] + 0x36, 1, 0x00, //Memory Access [00] pointless but stops an empty array }; table8_ads = ILI9329_regValues, table_size = sizeof(ILI9329_regValues); break;