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

Fork of TextLCD by Simon Ford

Files at this revision

API Documentation at this revision

Comitter:
liam_grazier
Date:
Wed May 16 09:53:27 2018 +0000
Parent:
8:308d188a2d3a
Commit message:
working wow ;

Changed in this revision

TextLCD.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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;
     }
 }