mirror of
https://github.com/sweetlilmre/tapuino.git
synced 2026-07-28 04:05:49 +00:00
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
/********************************************************************************/
|
|
// 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_USE_SSD131X_OLED_MODULE
|
|
// #define LCD_I2C_ADDR 0x3C // I2C address for the OLED
|
|
|
|
/********************************************************************************/
|
|
// 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
|