martnak / STM32-ILI9341

Simple HAL driver for ILI9341 320x240 TFT LCD with Touchscreen for STM32 microcontrollers
MIT License
203 stars 86 forks source link

Problem with "unsigned char burst_buffer[Buffer_Size]" in ILI9341_STM32_Driver.c #6

Open cwarrior777 opened 5 years ago

cwarrior777 commented 5 years ago

Hi martnak, First of all, thanks so much for you library. I'm having a problem when i'm traying to debug your example on mi STM32F429 with IAR Embbeded Systems IDE. The error occurs in the mentioned line (line 367 of ILI9341_STM32_Driver.c file), i don't know how to fix this, the error is mentioned as "Error[Pe028]: expression must have a constant value". Please, i hope you can help me, i'll wait for you answer.

Regards!