hd44780: use GPIO instead of I2C per default

This commit is contained in:
King Kévin 2020-02-13 14:31:25 +01:00
parent 0ce4dc6c76
commit 52fb366a59
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
* @{
*/
/** set I²C peripheral if I²C backpack adapter(s) is(/are) used */
#define LCD_HD44780_I2C I2C1
//#define LCD_HD44780_I2C I2C1
/** @} */
#ifdef LCD_HD44780_I2C