LCD 20x4

Dependents:   TipkovnicaZadnje TipkovnicaZadnje2 TipkovnicaNeRadi

Fork of TextLCD by Simon Ford

Files at this revision

API Documentation at this revision

Comitter:
resetar
Date:
Wed Jan 10 12:17:20 2018 +0000
Parent:
6:e4cb7ddee0d3
Commit message:
neuspjeli pokusaj

Changed in this revision

TextLCD.h Show annotated file Show diff for this revision Revisions of this file
--- a/TextLCD.h	Tue Nov 23 14:26:19 2010 +0000
+++ b/TextLCD.h	Wed Jan 10 12:17:20 2018 +0000
@@ -58,7 +58,7 @@
      * @param d0-d3 Data lines
      * @param type  Sets the panel size/addressing mode (default = LCD16x2)
      */
-    TextLCD(PinName rs, PinName e, PinName d0, PinName d1, PinName d2, PinName d3, LCDType type = LCD16x2);
+    TextLCD(PinName rs, PinName e, PinName d0, PinName d1, PinName d2, PinName d3, LCDType type = LCD20x4);
 
 #if DOXYGEN_ONLY
     /** Write a character to the LCD