2017-05-16 10:18 AM
There is no actual output functions for STM32F746 Discovery LCD. I was searching for a way to print some text the screen and may be display an image. But I can't see such things in Cube output. I was looking for a function like:
HAL_StatusTypeDef HAL_LCD_IMG(LCD_HandleTypeDef *huart, uint8_t *pData, uint16_t Size, uint32_t Timeout)
There is an example, but it is of little use. It shows configuring the LCD peripheral, and I want to show some text.
2017-05-16 10:48 AM
look at the code in STM32Cube_FW_F7_V1.7.0/Drivers/BSP/STM32746G-Discovery/
and the example software in STM32Cube_FW_F7_V1.7.0/Projects/STM32746G-Discovery/
2017-05-17 07:30 AM
Yes. I went through the Cube FW folders and found also this the Templates folder. It at least looks good. There are functions for the basic things Cube has. STM32Cube\Repository\STM32Cube_FW_F7_V1.7.0\Projects\STM32746G-Discovery\Templates.
And now today, when I tried to compile it, it gave me an error. Keil and Cube are having a bad day. I'll have to work on this next week.