2016-12-23 03:44 AM
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.2016-12-23 03:54 AM
Hi
Gottardello.Deni
,as beginner,I recommend you to start from examples under the STM32F4 cube firmware package:
-Nesrine-
2016-12-23 04:09 AM
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:
2017-01-04 10:40 AM
Solved by writing a custom lcd driver