summaryrefslogtreecommitdiff
path: root/include/config.h
blob: 6dfa1b92d560187e9c7c89e9656d7f8f0a9f2da7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#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 INTERNAL_BUS 17
#define EXTERNAL_BUS 16

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

#endif