No video

SquareLine Studio ESP32 Tutorial- PART2 - Counter Project

  Рет қаралды 7,555

Volos Projects

Volos Projects

Күн бұрын

In this tutorial we will learn. How to add images and fonts to our projects. we will also learn how to handle events. We will learn how to connect our Arduino sketch and UI files generated by SquareLine studio.
Part 1:
• SquareLine Studio AND ...
LINKS:
SLS: squareline.io
BOARDS that can be used for tutorial
www.lilygo.cc/...
T-display AMOLED Touch with black shell: www.lilygo.cc/...
T4 S3 with Blach Shell: www.lilygo.cc/...
Starting sketch:
code: (myFirstSLS) :github.com/Vol...
Support me on:KO-FI ko-fi.com/volo...
PATREON: / volosprojects
Don't forget to subscribe, like, and hit the notification bell for more IoT and ESP32 tutorials!#esp32 #sqareline

Пікірлер: 40
@fabianlam4992
@fabianlam4992 2 күн бұрын
Simple and comprehensive explanation. Better than many youtuber !!
@AJB2K3
@AJB2K3 Ай бұрын
"..' Learn something useful.." Dear sir, I am always learning something useful from your videos.
@acelyasamsan6960
@acelyasamsan6960 Ай бұрын
Wow this is incredibly useful, expecially the events and function creation. I'm also surprised how effortless this touch functionality works. I see when people use Tft_eSPI library they often have to find a way to make their touch work. Because it usually relies on another library + modifications in the code so the LVGL can talk to the touch library.
@thompsonmachine7075
@thompsonmachine7075 23 күн бұрын
Very excited by these lvgl tutorials, love all the work you share with us
@RWB123
@RWB123 Ай бұрын
Just starting with Squareline Studio now so nice to see how others are doing things. It has a steep learning curve, especially if your display and input device are not one of their defaults. Not alot of training videos on Squareline also so you have to dig for days to figure out issues. Looks good once done though.
@murraynano
@murraynano Ай бұрын
Ye, same for me. I got about 50% through a project but went a different direction because couldnt get lvgl working with my sketch. Really want to use it though!
@tubeDude48
@tubeDude48 Ай бұрын
The way you get around the Studio is amazing! 👍
@pavolslab7831
@pavolslab7831 Ай бұрын
I would literally pay you for more SquareLine Studio tutorials. ESP32 & Raspberry Pi
@VolosProjects
@VolosProjects Ай бұрын
I dont know, it seems interes is realy small
@marcelo329524
@marcelo329524 25 күн бұрын
Me too
@didacrodriguez8449
@didacrodriguez8449 Ай бұрын
Many thanks for your clear and awesome explanations. I had lost a lot of time trying to work with Square Lines Studios and I never could connect all the puzzle of concepts. Finally, with your video I could! Congrats!!! This is the best video!
@murraynano
@murraynano Ай бұрын
Great video! Happily subscribed, and would love to see more tutorials, particularly using the non-standard displays, where you need to do a bit of complex management between libraries. I got quite a bit through that,but went a different direction out of frustration, but would love to do more!
@VolosProjects
@VolosProjects Ай бұрын
Thank you, yes i will do that in future videos.tnx
@scienceoftheuniverse9155
@scienceoftheuniverse9155 24 күн бұрын
We love the squareline tutorial keep them coming. We truly appreciate your great effort
@automatemefirst
@automatemefirst Ай бұрын
Always great videos!
@TechnicNerdAT
@TechnicNerdAT Ай бұрын
u are my hero!!! now i have a working esp32-2424s012c with everything working!!! now im gonna get a patreon sub!
@VolosProjects
@VolosProjects Ай бұрын
Thank you my friend😀 i am glad it working for you.
@TechnicNerdAT
@TechnicNerdAT Ай бұрын
@@VolosProjects now my second board, waveshare ESP32-S3-Touch-LCD-1.28 is working too. many many thanks! now i have understand it, i think, lol
@TechnicNerdAT
@TechnicNerdAT Ай бұрын
next projects will be with lilygo t-display s3 long
@scienceofcambridge
@scienceofcambridge Ай бұрын
Hi, Nice video! Has anyone had problems getting the linkage between the ui.c function that makes the call to the event handler function (that resides in the main .ino) ?? It seems that the event handler function will always be mangled as a C++ function and the ide always treats the code in the ui.c file as (not suprisingly) 'C' - hopefully I've just missed something simple as it's clearly working in the video!!
@kunal7biz
@kunal7biz Ай бұрын
Wonderful tutorials, thanks for sharing.. you are amazing
@teebeeonline
@teebeeonline Ай бұрын
Fantastic!!! thank you.
@Tony770jr
@Tony770jr Ай бұрын
Why did you not Export the Event Function for the buttons when you created the functions, but then exported the entire UI project?
@DieHaller
@DieHaller Ай бұрын
Did someone try platformio in combination with the amoled touch? I constantly have to boot/reset the board after getting the typical error 2 msg. somehow the board cannot be recognized after a while....
@thedavymac
@thedavymac Ай бұрын
Your square line link is broken in dropdown my friend
@VolosProjects
@VolosProjects Ай бұрын
Thank you, i fixed it
@user-gb4jg5fh8l
@user-gb4jg5fh8l Ай бұрын
please make ESP t dislplay LONG work with Square Line Studio ... thanks so muchhhhhhhhhh
@anonymousforgeorgia
@anonymousforgeorgia Ай бұрын
hey volos projects, i bought m5stickC plus a few days ago. i need help with it, i want to install apps and games on it. can you help me?
@dcmotive
@dcmotive Ай бұрын
Nice work. Looks simple, but getting Squareline and LVGL working together has been nothing but hours of frustration for me. Gonna farm it out to Pakistan in a new form of frustration and probably bad results.
@bcastromusic
@bcastromusic Ай бұрын
I'm confused on font usage. When using TTF w/ LVGL (manually) the fonts need to be converted using the LVGL font converter, then added to LVGL fonts folder, and then lv_conf.h updated to enable the fonts. Is this happening automatically?
@bcastromusic
@bcastromusic Ай бұрын
...I found it does in fact do the conversion and adds the font to your "ui" folder and enables it. It works great. Using custom images and fonts in LVGL manually would take 5 minutes or more for every option (every font size etc..). With Square Line doing all the work for you you can try out fonts and images very fast without the hassle.
@tacolover619
@tacolover619 7 күн бұрын
@VolosProjects Hello, nice videos. What country / area are in?
@VolosProjects
@VolosProjects 7 күн бұрын
Thank you, I am form Croatia.
@qadeer1685
@qadeer1685 Ай бұрын
Good
@murielcordeiro1231
@murielcordeiro1231 Ай бұрын
U helped my project so much, will subscribe. But every time I try to upload the code it gives this weird error E (91) esp_core_dump_flash: incorrect size of flash dump image: 0 Does anyone know how to solve this
@VolosProjects
@VolosProjects Ай бұрын
Are you using this board?
@hello81642
@hello81642 Ай бұрын
Why not show how to do it on display running on rasberry pi pico?
@VolosProjects
@VolosProjects Ай бұрын
rp pico is much slower and dont work good on thease screens. I am not fan of it.
@OMNI_INFINITY
@OMNI_INFINITY 9 күн бұрын
WHERE the f-ck was that label setting function call from?
ESP32 Guide 2024 | Choosing and Using an ESP32 Board
41:06
DroneBot Workshop
Рет қаралды 278 М.
The Joker kisses Harley Quinn underwater!#Harley Quinn #joker
00:49
Harley Quinn with the Joker
Рет қаралды 6 МЛН
Алексей Щербаков разнес ВДВшников
00:47
Blue Food VS Red Food Emoji Mukbang
00:33
MOOMOO STUDIO [무무 스튜디오]
Рет қаралды 5 МЛН
Yes, I Changed My Mind: Using SquareLine Studio and LVGL Now!
8:41
Volos Projects
Рет қаралды 26 М.
The AMA Club Model is Failing. Here's Why.
16:10
Tail Heavy Productions
Рет қаралды 32 М.
Export an EEZ Studio UI to Arduino Nano RP2040 | nerdhut.de
27:07
SquareLine Studio AND ESP32 - Tutorial Part 1
13:16
Volos Projects
Рет қаралды 24 М.
Forget WiFi! This Wireless Method is WAY Better?
12:14
GreatScott!
Рет қаралды 558 М.
How to Run Linux on an ESP32
18:53
element14 presents
Рет қаралды 154 М.
Human presence detection with LD2410 sensor and ESP32 - Basic Guide
12:26
The ESP32 Simulator you've been looking for!
8:04
Programming Electronics Academy
Рет қаралды 20 М.
The Joker kisses Harley Quinn underwater!#Harley Quinn #joker
00:49
Harley Quinn with the Joker
Рет қаралды 6 МЛН