mirror of
https://github.com/YuzuZensai/MCUFRIEND_kbv.git
synced 2026-01-31 14:57:48 +00:00
Testing SSD1963
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//#define SUPPORT_0139 //costs about 238 bytes
|
||||
//#define SUPPORT_1963
|
||||
#define SUPPORT_1963
|
||||
#define SUPPORT_4535 //costs about 184 bytes
|
||||
//#define SUPPORT_8347A //costs about 408 bytes
|
||||
#define SUPPORT_8347D //costs about 408 bytes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//#define USE_SPECIAL //check for custom drivers
|
||||
#define USE_SPECIAL //check for custom drivers
|
||||
#if defined(USE_SPECIAL)
|
||||
#include "mcufriend_special.h"
|
||||
#if !defined(USE_SPECIAL_FAIL)
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
//#define USE_SSD1289_SHIELD_MEGA
|
||||
//#define USE_SSD1289_SHIELD_DUE
|
||||
//#define USE_MEGA_8BIT_PROTOSHIELD
|
||||
#define USE_MEGA_16BIT_SHIELD //RD on PL6 (D43)
|
||||
//#define USE_MEGA_16BIT_SHIELD //RD on PL6 (D43)
|
||||
//#define USE_BLD_BST_MEGA32U4
|
||||
//#define USE_BLD_BST_MEGA2560
|
||||
//#define USE_DUE_8BIT_PROTOSHIELD
|
||||
//#define USE_DUE_16BIT_SHIELD //RD on PA15 (D24)
|
||||
#define USE_DUE_16BIT_SHIELD //RD on PA15 (D24)
|
||||
|
||||
#if 0
|
||||
#elif defined(__AVR_ATmega328P__) && defined(USE_SSD1289_SHIELD_UNO) //on UNO
|
||||
|
||||
Reference in New Issue
Block a user