From c808ac661cf157aaf07318a304432cef397437ef Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 14 May 2022 22:04:10 +0200 Subject: [PATCH] Define LCDI2CAddress --- src/config.h | 2 ++ 1 file changed, 2 insertions(+) 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);