eziya/STM32_HAL_ILI9341

A31G112CL(Coretex m0+) LCD driver for ILI9341

ChanSeongKim opened this issue · 0 comments

Thank you for efforts about this driver.
I am trying to port this driver for A31G112CL(based on Coretex m0+).

But failed because this CPU(A31G112CL) doesn't support some alternative file for STM32F1xx_hal_spi.h file.
image

Following is the hint that I found.
https://www.eevblog.com/forum/microcontrollers/tft-display-driver-for-cortex-m0/

Can you recommend or guide how to port this lcd driver for my targeting CPU A31G112CL ?

Thank you in advance.