cancel
Showing results for 
Search instead for 
Did you mean: 

How to manage a 2x16 lcd display.

Posted on December 23, 2016 at 12:44

I have to manage a 2x16 display using a M4 microcontroller. Is there a library based on HAL or have I to write it?

Sorry but I'm a beginner with M4 and HAL library.
3 REPLIES 3
Nesrine M_O
Lead II
Posted on December 23, 2016 at 12:54

Hi

Gottardello.Deni

‌,

as beginner,I recommend you to start from examples under the STM32F4 cube firmware package:

  • STM32Cube_FW_F4_V1.0\Projects\STM32F429I-Discovery\Examples\LTDC

-Nesrine-

Seb
ST Employee
Posted on December 23, 2016 at 13:09

If it is the popular 2x16 character NewHaven LCD display, this portion of source code could help

https://community.st.com/0D50X00009XkW21SAF

The board using this code is this:

0690X00000603XqQAI.jpg

Posted on January 04, 2017 at 19:40

Solved by writing a custom lcd driver