Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TextLCD by
Revision 42:cfd5676badda, committed 2018-05-22
- Comitter:
- MarceRondan
- Date:
- Tue May 22 21:56:53 2018 +0000
- Parent:
- 41:111ca62e8a59
- Commit message:
- Cambios en configuraci?n para soportar LCD con el m?dulo expansor de puertos LCM1602.
Changed in this revision
--- a/TextLCD_Config.h Fri Nov 06 18:59:27 2015 +0000 +++ b/TextLCD_Config.h Tue May 22 21:56:53 2018 +0000 @@ -68,10 +68,10 @@ //LCD and serial portexpanders should be wired according to the tables below. // //Select Serial Port Expander Hardware module (one option only) -#define DEFAULT 1 +#define DEFAULT 0 #define ADAFRUIT 0 #define DFROBOT 0 -#define LCM1602 0 +#define LCM1602 1 #define YWROBOT 0 #define GYLCD 0 #define MJKDZ 0
--- a/TextLCD_UDC.h Fri Nov 06 18:59:27 2015 +0000 +++ b/TextLCD_UDC.h Tue May 22 21:56:53 2018 +0000 @@ -53,7 +53,7 @@ extern const char udc_6[]; // checkerboard extern const char udc_7[]; // \ -//extern const char udc_degr[]; // Degree symbol +extern const char udc_degr[]; // Degree symbol //extern const char udc_TM_T[]; // Trademark T //extern const char udc_TM_M[]; // Trademark M
--- a/TextLCD_UDC.inc Fri Nov 06 18:59:27 2015 +0000 +++ b/TextLCD_UDC.inc Tue May 22 21:56:53 2018 +0000 @@ -65,7 +65,7 @@ const char udc_6[] = {0x15, 0x0a, 0x15, 0x0a, 0x15, 0x0a, 0x15, 0x00}; // checkerboard const char udc_7[] = {0x10, 0x08, 0x04, 0x02, 0x01, 0x00, 0x10, 0x00}; // \ -//const char udc_degr[] = {0x06, 0x09, 0x09, 0x06, 0x00, 0x00, 0x00, 0x00}; // Degree symbol +const char udc_degr[] = {0x06, 0x09, 0x09, 0x06, 0x00, 0x00, 0x00, 0x00}; // Degree symbol //const char udc_TM_T[] = {0x1F, 0x04, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00}; // Trademark T //const char udc_TM_M[] = {0x11, 0x1B, 0x15, 0x11, 0x00, 0x00, 0x00, 0x00}; // Trademark M