diff --git a/src/config.h b/src/config.h index 5c4ada6..d01e011 100644 --- a/src/config.h +++ b/src/config.h @@ -55,6 +55,8 @@ public: static const unsigned LCDColumns = 16; // HD44780 LCD static const unsigned LCDRows = 2; + + static const unsigned LCDI2CAddress = 0x27; public: CConfig (FATFS *pFileSystem);