Change to "#define DEFAULT 1" → "#define DEFAULT 0" and "#define LCM1602 0" → "#define LCM1602 1" in the TextLCD_Config.h
Dependents: Test_TextLCD_F303K
Diff: TextLCD_UDC.inc
- Revision:
- 37:ce348c002929
- Parent:
- 34:e5a0dcb43ecc
- Child:
- 38:cbe275b0b647
--- a/TextLCD_UDC.inc Tue Nov 25 19:21:18 2014 +0000 +++ b/TextLCD_UDC.inc Sun Mar 29 13:08:03 2015 +0000 @@ -1,4 +1,4 @@ -/* mbed TextLCD Library, for a 4-bit LCD based on HD44780 +/* mbed TextLCD Library, for LCDs based on HD44780 controllers * Copyright (c) 2014, WH * 2014, v01: WH, Extracted from TextLCD.cpp as of v14 *