From d53639a68a5f21b134693a344acf87509332276c Mon Sep 17 00:00:00 2001 From: Dirk Niggemann Date: Mon, 21 Oct 2019 17:48:34 +0100 Subject: [PATCH] More config.h tidyup --- config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h b/config.h index 2e0bb3c..4de49d8 100644 --- a/config.h +++ b/config.h @@ -112,9 +112,11 @@ #define ENABLE_LCD_UI 1 // LCD Display //I2C_DISPLAY only +//#define LCD_I2C_ADDRESS 0x27 #define LCD_I2C_ADDRESS 0x3f //Display size, must be set for U8X8 as well #define LCD_cols 16 +//#define LCD_rows 2 #define LCD_rows 4 //enable U8X8 support @@ -138,6 +140,7 @@ //* DEBUG OUTPUT SETTINGS //************************************************************************************************* #define DEBUG 1 +//#define SERIAL_SPEED 38400 #define SERIAL_SPEED 9600 #define SHOW_XRUN 1 #define SHOW_CPU_LOAD_MSEC 5000