LVGL Tutorial with ESP32, We can understand better and faster through LVGL Examples

Sdílet
Vložit
  • čas přidán 27. 08. 2024
  • If you're new to LVGL, you may not know where to start. Personally, I recommend looking at the example code provided by LVGL. It provides many examples, from Hello World to complex charts.
    When I first tried LVGL (littleGL at the time), there wasn't much information. There was only documentation and examples they provided. It was great and I could learn a lot from them.
    Anyway, please take a look at this as it covers all the basic and essential parts.
    [Source Code]
    github.com/001...
    [LVGL 9, [Ep. 07] My Air Quality Sensor, How to update the screen with data obtained from sensors.]
    • LVGL Tutorial with ESP...
    [LVGL 9, [Ep. 06] My Air Quality Sensor, Draw IKEA UI]
    • My Air Quality Sensor,...
    [LVGL 9, [Ep. 05] Custom fonts are essential in GUI!]
    • LVGL Tutorial with ESP...
    [LVGL 9, [Ep. 04] Creating Interactive UI/UX Screens with LVGL 9 on ESP32: Implementing On-Screen Keyboard]
    • LVGL Tutorial with ESP...
    [LVGL 9, [Ep. 03] Creating Stunning UI on ESP32 with LVGL: A Step-by-Step Guide]
    • LVGL Tutorial with ESP...
    [LVGL 9, [Ep. 02], Examples, We can understand better and faster through LVGL Examples]
    • LVGL Tutorial with ESP...
    [LVGL 9, [Ep. 01], From Scratch to Benchmark, For newbie/beginner/starter]
    • LVGL 9, [Ep. 01], From...
    [LVGL Projects]
    • ESP32 + LVGL Projects
    [ESP32-S3-DevKitC-1-N8R8 Development Board]
    amzn.to/3Smt1Gh
    #LVGL #UI #Example #101 #ThatProject

Komentáře • 14

  • @arash5094
    @arash5094 Před 6 měsíci +2

    I love your videos
    Please make a full playlist for lvgl 9
    because it's very useful for iot on embedded

  • @user-pd3wb3rc3z
    @user-pd3wb3rc3z Před 2 měsíci

    Thank you. Your videos very helped to me 😆

  • @arash5094
    @arash5094 Před 6 měsíci +2

    I heard lvgl and scoor line stereo doesn't collaborate together anymore
    If it's true
    Please make a full tutorial to design ui buy lvgl in vs code without SLS❤

  • @peeyushdadwal
    @peeyushdadwal Před 6 měsíci +1

    Thanks!

  • @FrankP83
    @FrankP83 Před 4 měsíci

    I've tested the observer 4 example, and on my ESP32 S3 the switching tab cause a freeze...always 😢

  • @thenextproblem8001
    @thenextproblem8001 Před 5 měsíci

    Hi Man, can you make a video how to use it on Esp32? No matter what it always give errors for CYD as known "cheap yellow display"

    • @ThatProject
      @ThatProject  Před 5 měsíci +2

      It should be working fine. Please check this one. github.com/witnessmenow/ESP32-Cheap-Yellow-Display/tree/main/Examples/LVGL9

    • @thenextproblem8001
      @thenextproblem8001 Před 5 měsíci

      @@ThatProject you should make a repo about your followers projects. İ have made a energy analyzer with it. Happy to share the code! Your the best

    • @ThatProject
      @ThatProject  Před 5 měsíci

      @@thenextproblem8001 Have you checked my GitHub? github.com/0015/ThatProject

  • @Hojadurdy
    @Hojadurdy Před 6 měsíci

    Which development board or display board is that? 1:09

    • @ThatProject
      @ThatProject  Před 6 měsíci +1

      It's WT32-SC01 Plus. czcams.com/video/KPiDBOOTJ8g/video.htmlsi=gxJ4pRZ67lJT6C44

  • @FrankP83
    @FrankP83 Před 5 měsíci

    Hi!Finally i've got it working on my little screen, but the lv_example_observer_4 shows just the tabs below (first, second, third) but i can't see anything...and the touch appears to be not working...suggestions?
    I will try to test the other examples in the video!
    PS:
    I've tested all the other examples and all are working except for the observer, the other one tested are :
    //lv_demo_benchmark(); //OK
    //lv_example_get_started_1(); //OK
    //lv_example_event_2(); //OK
    //lv_example_observer_4(); //Not working?!Touch unresponsive also?!
    //lv_example_table_1(); //OK
    //lv_example_list_2(); //OK
    //lv_example_anim_timeline_1(); //OK
    lv_example_anim_1(); //Mmmmh, pressing the switch button the animation works just at the beginning, if pressed again then the screen freeze...wtf?!
    I've tested the lv_example_switch_1, the switches are working ok. Maybe there is an issue with the animation associated to the text that appears and disappears in the lv_example_anim_1...really don't know the issue :/

    • @ThatProject
      @ThatProject  Před 4 měsíci

      That's weird. LVGL recently updated to 9.1.0. Still having this issue?