Difference between revisions of "STM32 I²C LCD"

From Stm32World Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
[[Category:C]][[Category:STM32 Development]][[Category:STM32 HAL]][[Category:STM32CubeMX]][[Category:STM32CubeIde]][[Category:Embedded]][[Category:STM32]][[Category:I²C]][[Category:Work in progress]]{{metadesc|Using I2C GPIO expander to drive 16x2 or 20x4 LCD displays}}
 
[[Category:C]][[Category:STM32 Development]][[Category:STM32 HAL]][[Category:STM32CubeMX]][[Category:STM32CubeIde]][[Category:Embedded]][[Category:STM32]][[Category:I²C]][[Category:Work in progress]]{{metadesc|Using I2C GPIO expander to drive 16x2 or 20x4 LCD displays}}
 
[[File:16x2-LCD-Module.jpg|400px|thumb|16x2 LCD Module]]
 
[[File:16x2-LCD-Module.jpg|400px|thumb|16x2 LCD Module]]
 +
LCD Display modules are readily available and they are dirt cheap (< $2 typically).  They come in different "resolutions" typically expressed as number of characters and number of lines.  Common ones are 1602 (16 characters in 2 lines) and 2004 (20 characters in 4 lines).
 +
 +
The modules are interfaces by an 8 bit parallel data bus (can be operated in 4 bit mode) and 4 control signals:
 +
 +
[[File:116X2-LCD-Pinouts.png|600px]]
  
 
== Miscellaneous Links ==
 
== Miscellaneous Links ==

Revision as of 04:45, 2 June 2022

16x2 LCD Module

LCD Display modules are readily available and they are dirt cheap (< $2 typically). They come in different "resolutions" typically expressed as number of characters and number of lines. Common ones are 1602 (16 characters in 2 lines) and 2004 (20 characters in 4 lines).

The modules are interfaces by an 8 bit parallel data bus (can be operated in 4 bit mode) and 4 control signals:

116X2-LCD-Pinouts.png

Miscellaneous Links