2024-02-11 05:17 AM
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
Solved! Go to Solution.
2024-02-11 06:23 AM - edited 2024-02-11 06:28 AM
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.
2024-02-11 06:23 AM - edited 2024-02-11 06:28 AM
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.
2024-02-15 03:55 AM
Hello Pavel A,
I appreciate your help. Are there any GUI libraries available for the LCD drivers?
Regards,
Yash.
2024-02-26 05:45 AM
Hello Pavel A,
I found an amazing library on TFT LCD Drivers for STM32CubeIDE.
https://github.com/RobertoBenjami/stm32_graphics_display_drivers
LVGL is a useful tool for creating graphical user interfaces (GUIs).
Thanks, Pavel A.
2024-02-26 09:48 AM
You're welcome @YashJ