Biblioteca TextLCD mas no nosso repositório

Dependents:   ProjetoMecatronico

Revision:
9:b8e1919d28a4
Parent:
8:308d188a2d3a
--- a/TextLCD.h	Thu Jan 02 21:07:01 2014 +0000
+++ b/TextLCD.h	Mon May 25 18:26:10 2020 +0000
@@ -58,7 +58,7 @@
      * @param d4-d7 Data lines for using as a 4-bit interface
      * @param type  Sets the panel size/addressing mode (default = LCD16x2)
      */
-    TextLCD(PinName rs, PinName e, PinName d4, PinName d5, PinName d6, PinName d7, LCDType type = LCD16x2);
+    TextLCD(PinName rs, PinName e, PinName d4, PinName d5, PinName d6, PinName d7, LCDType type = LCD20x4);
 
 #if DOXYGEN_ONLY
     /** Write a character to the LCD