Define LCDI2CAddress

pull/220/head
probonopd 3 years ago committed by GitHub
parent b3d939eb16
commit c808ac661c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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);

Loading…
Cancel
Save