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.
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.
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,
@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.
Nice channel⭐ Actually, when I saw a channel that looked like my own, I was strange at first🙃I like your work👍 Continue🚀
Thank you
Nice Channel, can you make a Video of how you setup vscode and Platform io for it? With all the Stoff around Like libraries?
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.
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.
@@DeniusKycher Okay, i'll make some tutorial with CYD. Follow my channel for more update!
@@pangcrd OK! Man!
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,
@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.