eziya / STM32_HAL_ILI9341

ILI9341 Library for STM32 HAL
20 stars 13 forks source link

A31G112CL(Coretex m0+) LCD driver for ILI9341 #3

Open ChanSeongKim opened 1 year ago

ChanSeongKim commented 1 year ago

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.