summaryrefslogtreecommitdiff
path: root/include/config.h
blob: 926ddc9c9d5b305093d889459a7fc53e47166d58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#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 BUTTON_UP      3
#define BUTTON_DOWN    5
#define BUTTON_SELECT  7
#define BUTTON_EXIT    9
#define BUTTON_CONFIRM BUTTON_SELECT

#define SERVO_PIN 13

#define INTERNAL_BUS 17
#define EXTERNAL_BUS 16

#endif