You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
162 B
12 lines
162 B
10 years ago
|
#pragma once
|
||
|
|
||
|
// Pin config file for LCD.
|
||
|
|
||
10 years ago
|
#define LCD_RS 2
|
||
|
#define LCD_RW 3
|
||
|
#define LCD_E 4
|
||
|
#define LCD_D4 5
|
||
|
#define LCD_D5 6
|
||
|
#define LCD_D6 7
|
||
|
#define LCD_D7 8
|