From 82554947db93061dd3dddf45907b43af81ea910d Mon Sep 17 00:00:00 2001 From: Silver Kits Date: Mon, 10 Oct 2016 11:53:22 +0300 Subject: [PATCH] Fix hd44780.h --- lib/hd44780_111/hd44780.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hd44780_111/hd44780.h b/lib/hd44780_111/hd44780.h index ff466d7..4e6cad1 100755 --- a/lib/hd44780_111/hd44780.h +++ b/lib/hd44780_111/hd44780.h @@ -44,7 +44,7 @@ Modified by: Silver Kits October 2016 #define LCD_ROW_1_LAST_VISIBLE_COL 15 #define LCD_ROW_1_LAST_COL 39 #define LCD_ROW_2_LAST_VISIBLE_COL 79 -#define LCD_ROW_1_LAST_COL 103 +#define LCD_ROW_2_LAST_COL 103 #define LCD_COLS_MAX 103 #define LCD_VISIBLE_COLS 16