STMicroelectronics / stm32-ili9325

Provides the ILI9325 driver, part of the STM32Cube BSP Component for all STM32xx series.
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Missing functions in the C file #1

Closed MyVanitar closed 3 years ago

MyVanitar commented 3 years ago

Hi, it looks like there is no implementation of these functions in the C file

 void  LCD_IO_WriteMultipleData(uint8_t *pData, uint32_t Size);
 void  LCD_IO_WriteReg(uint8_t Reg);
RKOUSTM commented 3 years ago

Hi @MyVanitar,

Thank you for your report. The ili9325 BSP LCD component is supported by the following STM32 boards:

In fact, the LCD_IO_WriteReg() and the LCD_IO_WriteMultipleData() function are implemented in the C file of each BSP driver board as the stm32446e_eval.c file. So, in order to correctly compile your application, you need to include the necessary files of the BSP board used. It is very important that you use a consistent set of CMSIS - HAL - BSP versions, as mentioned in the release note. You can refer to this BSP example on the STM32446E_EVAL to test the different features of the ili9325 LCD driver.

Please allow me to close this issue now. Thank you for your report.

With regards,