16-bit parallel LCD-TFT driver using FSMC interface for LVGL || STM32 HAL || DMA

Sdílet
Vložit
  • čas přidán 13. 09. 2024
  • This video introduces how to port the LVGL graphic library to STM32. It also explains that the LCD-TFT driver uses the FSMC interface of STM32F4xx.
    Hardware:
    LCD-TFT: ILI9341 320*240
    MCU: STM32F407VET6
    code:
    mcuapplab.blog...

Komentáře • 4

  • @danielcarpio4302
    @danielcarpio4302 Před 18 dny

    Wow! Thank you very much, so informative and you even walked us through the process

  • @foreducation6779
    @foreducation6779 Před 28 dny

    Thx for video, I'm trying with ssd1963

  • @sergioalejandrogonzalez9755

    Hi there!...lovely comparison; I was wondering which TFT you use....is it based on SSD1963 ? I know is 320 x 200 resolution but looking at your code could not detect the chip con the TFT. Thank you for the info and sharing wour work.

    • @MCUAppPrototypeLab
      @MCUAppPrototypeLab  Před 28 dny

      TFT is ILI9341 320x240. For different TFT chips, you can modify the initialization sequence in the lcd_init() function according to the chip datasheet.