LCD INTERFACING WITH STM-32 MBED PLATFORM In this tutorial you can find information about interfacing of different LCD panel with any (Here - STM32 NUCLEO-64) using Mbed platform and TextLCD.h library. Purpose of this program-- Basic Usage of library and interconnection description

Dependencies:   TextLCD

Files at this revision

API Documentation at this revision

Comitter:
radhey04ec
Date:
Thu Jul 16 06:23:09 2020 +0000
Parent:
0:bc6273c46d49
Commit message:
Second Commit : LCD panel information added

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Jul 16 06:20:35 2020 +0000
+++ b/main.cpp	Thu Jul 16 06:23:09 2020 +0000
@@ -13,6 +13,22 @@
 
 //Link : https://os.mbed.com/components/HD44780-Text-LCD/
 
+/* LCD PANNEL SUPPORT -- CHANGE ACCORDING IN TextLCD object
+Credit goes to : Simon Ford
+TextLCD::LCD16x2     16x2 LCD panel (default) 
+TextLCD::LCD16x2B    16x2 LCD panel alternate addressing 
+TextLCD::LCD20x2     20x2 LCD panel 
+TextLCD::LCD20x4     20x4 LCD panel
+TextLCD::LCD8x1    8x1 LCD panel
+TextLCD::LCD8x2    8x2 LCD panel
+TextLCD::LCD16x1  16x1 LCD panel
+TextLCD::LCD16x4  16x4 LCD panel
+TextLCD::LCD24x2  24x2 LCD panel
+TextLCD::LCD24x4  24x4 LCD panel (for KS0078 controller)
+TextLCD::LCD40x2  40x2 LCD panel
+TextLCD::LCD40x4  40x4 LCD panel (two controllers)
+*/
+
 #include "mbed.h"  //MBED LIBRARY
 #include "TextLCD.h"  // LCD LIBRARY