Це відео не доступне.
Перепрошуємо.

Getting started with LVGL on STM32 - PART 1 || STM32L496

Поділитися
Вставка
  • Опубліковано 15 сер 2024

КОМЕНТАРІ • 36

  • @Zurenio
    @Zurenio Місяць тому +1

    As usual.... ControllersTech ....the best....

  • @ajdarseidzade688
    @ajdarseidzade688 10 місяців тому +2

    As always, a very useful video was made. And it was explained in a very good and clear voice. Good luck!

  • @DrazenCika
    @DrazenCika 9 місяців тому

    Works fine on my old STM32F4 discovery board, I am getting about 17 FPS with DMA and double buffering. Reducing buffer size from 80 to 40 lines does not drop FPS much. Thanks for nice and accurate workflow explanation, I have used different drivers but still managed to integrate LVGL with yout tips. One thing to note, If DMA is used, then of course LCD should not be deselected (CS high) until transfer is over, so this CS deselect command can be out in the notification callback too. Now I am going to follow your touch screen video :-)

  • @kevinperillo
    @kevinperillo 10 місяців тому +3

    Litterly yesterday I was watching the old LVGL video and I was thinking why does he not do a second one? 😂

  • @danielwozniak3426
    @danielwozniak3426 10 місяців тому +2

    Yeah! Great video. I wait for rest parts 😊

  • @EmbeddedEnigma
    @EmbeddedEnigma 10 місяців тому +1

    man. thanks for doing this was going to request for video with lvgl.

  • @NEoXeditor
    @NEoXeditor 10 місяців тому

    Great and useful!! Keep creating good videos about LVLG!

  • @germangomez1673
    @germangomez1673 4 місяці тому

    Thanks so much for great tutorial. I suppose we don't use the NUCLEO-F103RB to starting to learn about LVGL?, not enough memory? Hardware performance?, why?

  • @jozi1111
    @jozi1111 5 місяців тому

    i want to use a 7 inch display with the ra8875 driver. Do u know where I can find a library that can help me?

  • @SurajJadhav-dh6ql
    @SurajJadhav-dh6ql 10 місяців тому +1

    Dear Sir, I kindly request that you create a video tutorial on interfacing FreeRTOS Plus TCP with an STM32 microcontroller. This would be immensely helpful for many enthusiasts and developers like myself. Thank you in advance!

    • @ControllersTech
      @ControllersTech  10 місяців тому +1

      Its already there. Check ethernet playlist

  • @ishuvarshney2631
    @ishuvarshney2631 2 місяці тому

    @ControllersTech what changes need to do in code after image ui creation from square-line stdio can you please tell .

    • @ControllersTech
      @ControllersTech  2 місяці тому

      Watch more videos in this LVGL playlist. I have covered squareline studio, images, external flash, everything.

  • @omidgh12
    @omidgh12 10 місяців тому +1

    Thanks❤

  • @ishuvarshney2631
    @ishuvarshney2631 2 місяці тому

    hi controllers-tech can we load image into display with pixel less the screen pixels using squarline

    • @ControllersTech
      @ControllersTech  2 місяці тому

      yes you can..

    • @ishuvarshney2631
      @ishuvarshney2631 2 місяці тому

      @@ControllersTech what changes need to do in code after image ui creation from square-line stdio can you please tell .

  • @lenninlc
    @lenninlc 10 місяців тому

    Great video 🎉 thanks

  • @SubhashDoijad
    @SubhashDoijad 2 місяці тому

    Thnx

  • @ishuvarshney2631
    @ishuvarshney2631 2 місяці тому

    is display driver will work for both 2.4 and 2.8 inch ILI9341 display

    • @ControllersTech
      @ControllersTech  2 місяці тому

      Hope so... but first test the driver before proceeding to lvgl.

    • @ishuvarshney2631
      @ishuvarshney2631 2 місяці тому

      @@ControllersTech ok thanks

  • @sugiyartosugiyarto1587
    @sugiyartosugiyarto1587 10 місяців тому

    Sir make video timer delay with systic timer..😂❤

  • @musenzerob2181
    @musenzerob2181 10 місяців тому

    thanks👏

  • @user-jh8vp3mb5z
    @user-jh8vp3mb5z 10 місяців тому

    I tried to follow the same for STM32L552 EV kit but its not working for me. Can you please help me out

    • @ControllersTech
      @ControllersTech  10 місяців тому

      Whats not working ? Do you have the lcd drivers for your display ? Does the code builds fine ?

    • @user-jh8vp3mb5z
      @user-jh8vp3mb5z 10 місяців тому

      @ControllersTech Yes the LCD display is mounted to the EV kit. Even drivers have been programmed and code builds fine too. But I'm not able to see anything on the display. I got to know that my LCD display has been used by MFX IO expander. I need help with how to access GPIO pins through I2C to IO expander.

  • @haoutc4950
    @haoutc4950 6 місяців тому

    I tried with STM32F411 and LCD iLi9341. But it's not working.
    I checked CS Pin and this set is always low from LCD init. I must Set High when SPI sends ends and that worked. Is your project the same as that?
    Thanks for your tutorial.

    • @ControllersTech
      @ControllersTech  6 місяців тому +1

      I mentioned in the video, try this after you have a working driver for the display.

    • @mohamedmenacer2468
      @mohamedmenacer2468 3 місяці тому

      using STM32F411 with ILI9341 like in the video works perfectly

    • @cifuentesmendieta7963
      @cifuentesmendieta7963 3 місяці тому

      My display does not recieve anything and ive checked conections thousend times, Can you help me telling me where did you edit the code for de cs pin please. (Im using too f411 and ili9341). THX

  • @yusufozkan4784
    @yusufozkan4784 10 місяців тому

    Sir can u write for stm32f7805 dk