mirror of
https://github.com/YuzuZensai/MCUFRIEND_kbv.git
synced 2026-01-31 14:57:48 +00:00
run on XMINI-328PB
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
//################################### UNO ##############################
|
//################################### UNO ##############################
|
||||||
#elif defined(__AVR_ATmega328P__) //regular UNO shield on UNO
|
#elif defined(__AVR_ATmega328P__) || defined(__AVR_ATmega328PB__) //regular UNO shield on UNO
|
||||||
#define RD_PORT PORTC
|
#define RD_PORT PORTC
|
||||||
#define RD_PIN 0
|
#define RD_PIN 0
|
||||||
#define WR_PORT PORTC
|
#define WR_PORT PORTC
|
||||||
|
|||||||
Reference in New Issue
Block a user