How to display number(ie int or float) with LCD using DISCO-F429ZI?
Hi there,
I suppose, you want to use the onboard LCD.
Let’s say everything is string, so you have to convert your number to a string and then use a function from display driver to display it.
Old LCD example DISCO-F429ZI_LCD_demo - Basic example showing how to drive the LCD. | Mbed
BR, Jan
Thank you very much!