More config.h tidyup

pull/3/head
Dirk Niggemann 5 years ago
parent de5f2537e0
commit d53639a68a
  1. 3
      config.h

@ -112,9 +112,11 @@
#define ENABLE_LCD_UI 1 #define ENABLE_LCD_UI 1
// LCD Display // LCD Display
//I2C_DISPLAY only //I2C_DISPLAY only
//#define LCD_I2C_ADDRESS 0x27
#define LCD_I2C_ADDRESS 0x3f #define LCD_I2C_ADDRESS 0x3f
//Display size, must be set for U8X8 as well //Display size, must be set for U8X8 as well
#define LCD_cols 16 #define LCD_cols 16
//#define LCD_rows 2
#define LCD_rows 4 #define LCD_rows 4
//enable U8X8 support //enable U8X8 support
@ -138,6 +140,7 @@
//* DEBUG OUTPUT SETTINGS //* DEBUG OUTPUT SETTINGS
//************************************************************************************************* //*************************************************************************************************
#define DEBUG 1 #define DEBUG 1
//#define SERIAL_SPEED 38400
#define SERIAL_SPEED 9600 #define SERIAL_SPEED 9600
#define SHOW_XRUN 1 #define SHOW_XRUN 1
#define SHOW_CPU_LOAD_MSEC 5000 #define SHOW_CPU_LOAD_MSEC 5000

Loading…
Cancel
Save