From 3d04a2e6bf6223b761931adaa6c0809ffed0bb6b Mon Sep 17 00:00:00 2001 From: prenticedavid Date: Thu, 2 Feb 2017 20:03:04 +0000 Subject: [PATCH] added ILI9487 ID=0x9487 --- MCUFRIEND_kbv.cpp | 1 + extras/mcufriend_how_to.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/MCUFRIEND_kbv.cpp b/MCUFRIEND_kbv.cpp index 8bd5f50..61f72ac 100644 --- a/MCUFRIEND_kbv.cpp +++ b/MCUFRIEND_kbv.cpp @@ -2094,6 +2094,7 @@ case 0x4532: // thanks Leodino case 0x7796: _lcd_capable = AUTO_READINC | MIPI_DCS_REV1 | MV_AXIS; //thanks to safari1 goto common_9488; + case 0x9487: //with thanks to Charlyf case 0x9488: _lcd_capable = AUTO_READINC | MIPI_DCS_REV1 | MV_AXIS | READ_24BITS; common_9488: diff --git a/extras/mcufriend_how_to.txt b/extras/mcufriend_how_to.txt index 295dd5b..d1b664a 100644 --- a/extras/mcufriend_how_to.txt +++ b/extras/mcufriend_how_to.txt @@ -38,6 +38,7 @@ ILI9338 240x320 ID=0x9338 ILI9341 240x320 ID=0x9341 ILI9481 320x480 ID=0x9481 ILI9486 320x480 ID=0x9486 +ILI9487 320x480 ID=0x9488 ILI9488 320x480 ID=0x9488 LGDP4532 240x320 ID=0x4532 #define SUPPORT_4532 LGDP4535 240x320 ID=0x4535 #define SUPPORT_4535