From 52fb366a5977ea0eca269f897c98bec743868d0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Thu, 13 Feb 2020 14:31:25 +0100 Subject: [PATCH] hd44780: use GPIO instead of I2C per default --- lib/lcd_hd44780.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lcd_hd44780.h b/lib/lcd_hd44780.h index 25450bf..fc2f9b6 100644 --- a/lib/lcd_hd44780.h +++ b/lib/lcd_hd44780.h @@ -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