Digitales_II / TextLCD

Files at this revision

API Documentation at this revision

Comitter:
afsaavedram
Date:
Mon Feb 18 22:13:43 2019 +0000
Parent:
8:308d188a2d3a
Commit message:
Prueba keypad 4x4 con LCD 16x2

Changed in this revision

TextLCD.h Show annotated file Show diff for this revision Revisions of this file
--- a/TextLCD.h	Thu Jan 02 21:07:01 2014 +0000
+++ b/TextLCD.h	Mon Feb 18 22:13:43 2019 +0000
@@ -45,7 +45,7 @@
 
     /** LCD panel format */
     enum LCDType {
-        LCD16x2     /**< 16x2 LCD panel (default) */
+          LCD16x2     /**< 16x2 LCD panel (default) */
         , LCD16x2B  /**< 16x2 LCD panel alternate addressing */
         , LCD20x2   /**< 20x2 LCD panel */
         , LCD20x4   /**< 20x4 LCD panel */