Skip to main content
Associate III
February 11, 2024
Solved

TFT Screen Library in STM32CubeIDE.

  • February 11, 2024
  • 2 replies
  • 12881 views

Dear Experts,

I have 4 inch RPI LCD 480x320 SPI based on the ILI9486 display driver. Like inside ArduinoIDE, there is a Library manager where we can find so many TFT-LCD libraries with STM32 board support, Is there a common place to find libraries for STM32CubeIDE? Or a way to import ArduinoIDE libraries to CubeIDE. Or suggest to me any TFT-LCD library that works on CubeIDE. @TDK 

Best answer by Pavel A.

These drivers are available on the ST github:

https://github.com/STMicroelectronics/stm32-ili9341

https://github.com/STMicroelectronics/stm32-ili9328

https://github.com/STMicroelectronics/stm32-ili9325

https://github.com/STMicroelectronics/stm32-ili9320

Help with importing Adafrut libraries to CubeIDE or developing a custom driver can be found here.

 

2 replies

Pavel A.
Pavel A.Answer
Super User
February 11, 2024
YashJAuthor
Associate III
February 15, 2024

Hello Pavel A,

I appreciate your help. Are there any GUI libraries available for the LCD drivers?

Regards,

Yash.

Pavel A.
Super User
February 26, 2024

You're welcome @YashJ