forked from sweetlilmre/tapuino
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-user.h.example
50 lines (36 loc) · 1.71 KB
/
config-user.h.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/********************************************************************************/
// User selectable configuration settings
//
/********************************************************************************/
/********************************************************************************/
// LCD Definitions
/********************************************************************************/
// uncomment one of these sets for your specific LCD
// #define LCD_USE_1602_LCD_MODULE
// #define LCD_I2C_ADDR 0x27 // I2C address for the LCD
// #define LCD_USE_SSD1306_OLED_MODULE
// #define LCD_I2C_ADDR 0x3C // I2C address for the OLED
// #define LCD_SSD1306_BIG_FONTS // define this for ... bigger fonts...
// choose one of these depending on your display
// #define LCD_SSD1306_128x64
// #define LCD_SSD1306_128x32
// #define LCD_USE_SSD131X_OLED_MODULE
// #define LCD_I2C_ADDR 0x3C // I2C address for the OLED
// #define LCD_USE_LIQUIDCRYSTAL
// #define LCD_I2C_ADDR 0x00 // unused
// uncomment if your HD44780 LCD uses the european character set
// #define LCD_HD44780_EURO
/********************************************************************************/
// Language Definitions
/********************************************************************************/
// uncomment one of these for your language
// #define TAPUINO_LANGUAGE_EN
// #define TAPUINO_LANGUAGE_IT
// #define TAPUINO_LANGUAGE_TR
// #define TAPUINO_LANGUAGE_ES
// #define TAPUINO_LANGUAGE_DE
/********************************************************************************/
// Extra Features Definitions
/********************************************************************************/
// #define USE_REC_LED
// #define USE_CONTROL_BUS