TextLCD library for controlling various LCD panels based on the HD44780 4-bit interface

Fork of TextLCD by Simon Ford

Revision:
9:009f9043a2c3
Parent:
7:44f34c09bd37
--- a/TextLCD.cpp	Thu Jan 02 21:07:01 2014 +0000
+++ b/TextLCD.cpp	Wed May 16 09:53:27 2018 +0000
@@ -142,7 +142,7 @@
         case LCD16x2:
         case LCD16x2B:
         default:
-            return 16;
+            return 20;
     }
 }
 
@@ -154,6 +154,6 @@
         case LCD16x2B:
         case LCD20x2:
         default:
-            return 2;
+            return 4;
     }
 }