From 60fefcbb0205d8e992266ec0530aa2011627ff72 Mon Sep 17 00:00:00 2001 From: prenticedavid Date: Wed, 9 May 2018 15:30:17 +0100 Subject: [PATCH] open-smart instructions --- MCUFRIEND_kbv.cpp | 2 +- extras/mcufriend_how_to.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/MCUFRIEND_kbv.cpp b/MCUFRIEND_kbv.cpp index 914f2f7..051c027 100644 --- a/MCUFRIEND_kbv.cpp +++ b/MCUFRIEND_kbv.cpp @@ -8,7 +8,7 @@ #define SUPPORT_68140 //RM68140 +52 bytes defaults to PIXFMT=0x55 #define SUPPORT_7781 //ST7781 +172 bytes //#define SUPPORT_8230 //UC8230 +118 bytes -//#define SUPPORT_8347D //HX8347-D, HX8347-G, HX8347-I +520 bytes, 0.27s +//#define SUPPORT_8347D //HX8347-D, HX8347-G, HX8347-I, HX8367-A +520 bytes, 0.27s //#define SUPPORT_8347A //HX8347-A +500 bytes, 0.27s //#define SUPPORT_8352A //HX8352A +486 bytes, 0.27s //#define SUPPORT_8352B //HX8352B diff --git a/extras/mcufriend_how_to.txt b/extras/mcufriend_how_to.txt index 120ba8b..656e17c 100644 --- a/extras/mcufriend_how_to.txt +++ b/extras/mcufriend_how_to.txt @@ -109,4 +109,9 @@ It also runs on NUCLEO-F103 and TEENSY3.2 with Sparkfun Adapter 18. Please run LCD_ID_readreg.ino to verify your non-standard wiring. Paste the defines to a Forum message. +19. OPEN-SMART Shields have different wiring to regular Uno Shields: + Edit mcufriend_shield.h: #define USE_SPECIAL + Edit mcufriend_special.h: #define USE_OPENSMART_SHIELD_PINOUT + Edit MCUFRIEND_kbv.cpp: #define SUPPORT_8352B + CHANGE HISTORY: is now in "mcufriend_history.txt"