summaryrefslogtreecommitdiff
path: root/include/config.h
blob: 2ff211fd2c52e70a01ba8aed1bc664ccd6f3fbff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef CONFIG_H
#define CONFIG_H

#define TFT_CS    37
#define TFT_DC    36
#define TFT_RST   35
#define TFT_MOSI  34
#define TFT_SCLK  33

#define SERVO_PIN 13

#define BUTTON_UP 3
#define BUTTON_DOWN 5 
#define BUTTON_CONFIRM 7
#define BUTTON_EXIT 9

#endif