Create Loading Screen and Image Animation in LVGL | Easy Guide for Beginners

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.พ. 2025

ความคิดเห็น • 9

  • @Electritronyx
    @Electritronyx 6 วันที่ผ่านมา +1

    Nice channel⭐ Actually, when I saw a channel that looked like my own, I was strange at first🙃I like your work👍 Continue🚀

    • @pangcrd
      @pangcrd  5 วันที่ผ่านมา

      Thank you

  • @hanswurst8095
    @hanswurst8095 6 วันที่ผ่านมา +1

    Nice Channel, can you make a Video of how you setup vscode and Platform io for it? With all the Stoff around Like libraries?

    • @pangcrd
      @pangcrd  5 วันที่ผ่านมา

      I made a tutorial video on how to install the PlatformIO extension.
      th-cam.com/video/LKcfCnNmx8Q/w-d-xo.htmlsi=TUgGbZTlz0eRJFIx
      The video is specifically for STM32, but you can also add packages for ESP32 and RP2040 by:
      Go to the Platforms tab >> Embedded >> Search "Espressif 32" >> Install.
      ** If you want to install the VScode theme like mine:
      Go to the VSCode extension tab, search for "Best Themes Redefined" >> Install (Currently, I'm using the Neon City theme from this set).
      ** The VS Code icon pack I'm using, u just search "Material Theme Icons" >> Install.
      ** Finally, if you want to customize your CMD terminal, you can search for "Oh My Posh Windows terminal."
      ** As for the platformio.ini file, you can refer to my file to set up adding libraries, baud rate, and serial monitor.

  • @DeniusKycher
    @DeniusKycher 7 วันที่ผ่านมา +2

    Hi! make a tutorial on ESP32-2432S028R v3 aka Cheap Yellow Display There is no need to connect wiring, There is a touchscreen, a sound amplifier, RGB diodes, Microsd card slot, Light Dependent Resistor (LDR). This is a good groundwork for a beginner to enter this IoT world.

    • @pangcrd
      @pangcrd  7 วันที่ผ่านมา +1

      @@DeniusKycher Okay, i'll make some tutorial with CYD. Follow my channel for more update!

    • @DeniusKycher
      @DeniusKycher 7 วันที่ผ่านมา +1

      @@pangcrd OK! Man!

  • @JohnnyTheYetti
    @JohnnyTheYetti 4 วันที่ผ่านมา +1

    Hello thanks for the video.. I'm very new to this. and I struggle with the code for these screens to work with Square-line. Can I ask, How did you start with the code in the main cpp file? did you use the LVGL example as a template? Thanks,

    • @pangcrd
      @pangcrd  4 วันที่ผ่านมา +1

      @JohnnyTheYetti LVGL has example template for us. We just need design ui in squareline, then export ui files. And configure event in example template. For event config we can find on LVGL docs page. Some touch driver/rotary encoder libary for LVGL we can find on Github.