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

Поделиться
HTML-код
  • Опубликовано: 29 сен 2023
  • Purchase the Products shown in this video from :: controllerstech.store
    ________________________________________________________________________________________
    Watch PART 2 :::: • LVGL on STM32 - PART 2...
    Checkout LVGL Playlist :::: • LVGL on STM32
    Some more STM32 Videos :::: • STM32 Tutorials
    To download the code, goto :::: controllerstech.com/lvgl-on-s...
    ________________________________________________________________________________________
    ****** SUPPORT US BY DONATING*****
    paypal.me/controllertech
    ******Join the Membership******
    / @controllerstech
    Join the Discord Server / discord
    Join the Telegram Group t.me/controllerstechdiscuss
    Follow me on Instagram / controllerstech
    For more info, visit www.controllerstech.com
  • НаукаНаука

Комментарии • 36

  • @Zurenio
    @Zurenio 27 дней назад +1

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

  • @ajdarseidzade688
    @ajdarseidzade688 9 месяцев назад +2

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

  • @danielwozniak3426
    @danielwozniak3426 9 месяцев назад +2

    Yeah! Great video. I wait for rest parts 😊

  • @NEoXeditor
    @NEoXeditor 9 месяцев назад

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

  • @DrazenCika
    @DrazenCika 8 месяцев назад

    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 :-)

  • @EmbeddedEnigma
    @EmbeddedEnigma 9 месяцев назад +1

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

  • @lenninlc
    @lenninlc 9 месяцев назад

    Great video 🎉 thanks

  • @kevinperillo
    @kevinperillo 9 месяцев назад +2

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

  • @omidgh12
    @omidgh12 9 месяцев назад +1

    Thanks❤

  • @musenzerob2181
    @musenzerob2181 9 месяцев назад

    thanks👏

  • @SubhashDoijad
    @SubhashDoijad Месяц назад

    Thnx

  • @germangomez1673
    @germangomez1673 3 месяца назад

    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 4 месяца назад

    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 9 месяцев назад +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  9 месяцев назад +1

      Its already there. Check ethernet playlist

  • @sugiyartosugiyarto1587
    @sugiyartosugiyarto1587 9 месяцев назад

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

  • @ishuvarshney2631
    @ishuvarshney2631 Месяц назад

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

    • @ControllersTech
      @ControllersTech  Месяц назад

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

  • @ishuvarshney2631
    @ishuvarshney2631 Месяц назад

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

    • @ControllersTech
      @ControllersTech  Месяц назад

      yes you can..

    • @ishuvarshney2631
      @ishuvarshney2631 Месяц назад

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

  • @user-jh8vp3mb5z
    @user-jh8vp3mb5z 9 месяцев назад

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

    • @ControllersTech
      @ControllersTech  9 месяцев назад

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

    • @user-jh8vp3mb5z
      @user-jh8vp3mb5z 9 месяцев назад

      @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.

  • @ishuvarshney2631
    @ishuvarshney2631 Месяц назад

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

    • @ControllersTech
      @ControllersTech  Месяц назад

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

    • @ishuvarshney2631
      @ishuvarshney2631 Месяц назад

      @@ControllersTech ok thanks

  • @yusufozkan4784
    @yusufozkan4784 9 месяцев назад

    Sir can u write for stm32f7805 dk

  • @haoutc4950
    @haoutc4950 5 месяцев назад

    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  5 месяцев назад +1

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

    • @mohamedmenacer2468
      @mohamedmenacer2468 2 месяца назад

      using STM32F411 with ILI9341 like in the video works perfectly

    • @cifuentesmendieta7963
      @cifuentesmendieta7963 2 месяца назад

      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