|
|
@@ -1,8 +1,8 @@
|
|
|
- #define TFT_ILI9163C_CSpin 7 // __CSpin // 53 // 10 // chip select
|
|
|
+ #define TFT_ILI9163C_CSpin Port7 // 7 // __CSpin // 53 // 10 // chip select
|
|
|
|
|
|
- #define TFT_ILI9163C_DCpin 8 // A0 data/command pin. sometimes called DC, RS, ...
|
|
|
+ #define TFT_ILI9163C_DCpin Port8 //8 // A0 data/command pin. sometimes called DC, RS, ...
|
|
|
|
|
|
- #define TFT_ILI9163C__RSTpin 9 //reset pin. you must connect. (or pullup)
|
|
|
+ #define TFT_ILI9163C__RSTpin Port9 //9 //reset pin. you must connect. (or pullup)
|
|
|
//#define __SDA 51 //11 //+ bidirectional data pin. Connect to MOSI
|
|
|
//#define __SCK 52 //13 //+ clock. sometimes called SCLK, SCL, ...
|
|
|
|