This example project of his, which includes the programming of touch(screen) buttons, might also interest you: *Let's make Number Dial (Programming Tutorial)* ua-cam.com/video/Cp95AyyLmx4/v-deo.html _(if you've not seen it already 😅 )_
Thank you for very pedagogical and informative videos! If you want to increase the frame rate of the larger screen only update the sections that need to, do not push the background, unless it has changed. Encapsulate the different elements. For instance write the label, number and rectangle of income to a small sprite and then push that to the screen. you probably double the frame rate doing that. if you take it one step further you can draw antialiasing rectangles once (in background step) and just use a smaller square to update the different elements. this way you gain two things, organization and performance.
Thanks for this great introduction to T4 display. I managed to cancel my T3-S3 Touch order and will order this instead. You are a great Lilygo ambassador! 🎉
Small tip: As the polarity of Lipo are reverse you can just swap the pins in the JST connector (remove them carefully). Much easier than resolder new cables.
The timing was off releasing this board! I just received the smaller board a couple of days ago but I'm already wanting this bigger unit. Your video featuring the attitude sensor is my current interest. That graphic sized to fit this board would be practical to view in an experimental aircraft. Another practical application for homebuilt aircraft would be to make a compass display with the ability to enter compass deviation values to correct for shifting magnetic poles. That's a very basic gauge to have in small aircraft.
That looks amazing! Thanks for covering this. The on of switch is incredibly useful and i have to manually add them for my t display s3. Now i want one! I also need to find a waterproof version for my swimming laps counter! I can 3d print a case but probably silicone to add more waterproofing
Get yourself a polarisation filter for your camera to remove reflexions when you capture glass surfaces. If you don't have a camera where you can screw filters on, you can Just tape the filter over your lens.
@@VolosProjects i watched your Video about the round Display with Alu encoder and ordered some, too. I wrote the manufacturer, asking If je would sponsor some development ro connect that thing to smarthome systems. Have to See what comes around. Thank you for inspireing me in so many ways. I hope you are satisfied with your Filter, please Tell me about your opinion when you have used it...
Very nice. I'm glad to see that an on/off switch has become a standard addition to many boards. I don't know why it's taken so long to get to this point, but it makes me happy. How is your project to get rich going? I always feel like a video isn't complete without you saying that you're going to get rich from your affiliate links. 😁
@@VolosProjects Have you tried looking for a job where you can create User Interfaces for embedded products? 😃 Perhaps you could use this UA-cam channel as a showcase/portfolio, to get a job interview at some company. 😎
THX Sir! perfect Design! -PS there are different Memory versions of the TTGO - i couldnt upload the full scetch last time... Always some Input - never stop learning.. 😎
This guy knows how to make a nice UI. How in the world do you mount this in a real application? I think so many of these boards just seem to be for tinkering, but not a real application.
they can be used evrywhere, and they are used evrywhare, on 3dprinters , laser engravers, i helped even woth coffe machines that uses thease screens, i helped with few of them ended in racing cars, planes..... posibilities are endles.
@@VolosProjects Understood that they can be used for one off projects and I have used them for my own projects, but most don't seem to be manufactured for the mass market. I'm mainly focusing my comment on the all-in-one board/screen combo. The device your showing has no mounting options from what I can see. So how do you mount it?
@@larrybud i can see your point, yes they are to expensive to mass production devices. It is realy easy to mount in panel, i will show that very soon. But i agrree with you most of boards are hard to mount.
Thank you! That looks like it'd be great to combine with Home Assistant. I'm putting up cameras, and planning to add other sensors and Home Assistant is a nice open source solution that can tie a bunch of things together. Wonder if you might be able to write a dashboard for that device? Yes,. after some quick searching I see someone created a "responsive design" for it, which should fit nicely with the smaller screen. Also there's an "ESPHome" project, merging the Home Assistant with the ESP32. Thanks again!
I am intrigued by the latest and greatest esp32 displays. Has anyone seen any power usage estimates for using a battery to power this product? I can't seem to find any yet. Thank you for this presentation!
I got my T4 S3 display about a week ago. I got this one after I had a good experience with their T-Display S3 AMOLED Touch display but found the 1.91-inch display a little too small. I use Squareline Studio for designing the UI and I have a smooth workflow for this. Both boards are up and running as displays for a model airplane weighing and C-of-G scale. The displays on both these AMOLED boards are very beautiful. The only manufacturing defect I have noticed on my T4 S3 that the screen bezel was glued on the screen slightly askew. But it is only noticeable if I draw a thin border on the display or have lines drawn close to the edges of the screen. The smaller display also had a defect where the screen would flicker if pressure was put on one corner of the screen. But after fiddling with the connector ribbon between the board and screen, the problem never happened again.
Wow, I used your link to try to purchase this screen. The site shows this item as sold out. I have sent an email to the company to find out if they anticipate obtaining any more.
Pretty cool display I like it , a bit expensive compared with free apps and every one has a Smart phone that's what makes it expensive you would want to make a reasonable profit too.
excellent project, I really liked your work, it is priceless, I really want to see the connection to T4s3 of some modules like GPS compass and BMP280 accelerometer gyroscope, some interesting solutions using LVGL like and subscribe definitely. and if there is a video with the connection of the above-described modules or others to various GPIOs and how it is organized in the code. I'll be waiting for new videos on T4-S3. Thank you.❤
like always, i design them on paper or in some software and then i write bunch drawing functions. there is many reuploads, and many hours of trying colors, fonts and positionsing.
Beautiful display, great video! Thank you. What is the part number for this display ? We may want to make a project for this display that needs a custom PCB design.
Volos, love your designs! I have a question that hopefully you can answer, is it possible to run a local webserver or browser on these with webkit so it would be easier to design the interfaces so those of us without the cpp knowledge like you have are able to make intriguing designs for this? For someone like myself using a html/css/php/javascript stack would be amazing..
I think we need more something like stm32 primer2 style devices. touch display + mcu + debugger + battery and gpio header inside with nice handheld case.
Wow, these seem really cool. I really want one of these(or the T-Deck from Lilygo as well) to port Linux to. There already is Linux for the ESP32 S3, and I think I could create drivers for the display etc. relatively easily. Just couldn't buy the hardware yet :(
No, this is a MCU not a SoC. It's like putting android on a Gameboy Color. It won't work. Nice idea though. You could still use this to make a simple MP3 player.
how to program such beautiful graphics? it's hard to program display by code. or you have special graphical base software tools for the graphics vector / sketch programming.
it would be cool to see something like this be used for a assistant chat bot with animated avatar and text to speech connected to a llm running on a local computer
I love your videos. Learned a lot from it about using displays with these mcu's. Do you know any way with these displays to show images that are not in the same resolution as the display? (mostly to scale down jpg images to the resolution of the display). I use the TFT_eSPI.h and the TJpg_Decoder.h library but it seems to only have a way of scaling down in steps of 2, 4 or 8 and for most images that will crop a lot of the images off screen. Perhaps if there is a way you can make a video about this if you are going to use this display as a photoframe...
I'm super excited about the boards lillygo has been making but for me, $50 is too much for an esp32 based device. I would love to have this square formfactor with a cheaper display.
i started to use sqare line few days ago, and i stil havenet posted video about it, all my projects are designed with pure code and tft_espi library, and lots of reuploading :)
Already with the amoled S3 I struggle so much with having enough memory for a framebuffer. This T4 is cool but having a controller with a bit more memory would really be nice.
A suggestion? Perhaps include physical mounting style/options in the videos. Many boards have great feature set, only to find they are nearly impossible to actually mount in a professional looking way because of the horrible placement of mounting holes, holes without access etc etc. Nothing less pro. looking than having to hot glue a board into place.
The video you made last year for the smaller board used Nick's driver solution to make it easier to use. Do you no longer need his solution going forward with these new libraries?
@@VolosProjectsIt's modern AND low-level which is rare to have both for new languages. It doesn't have all the C(++) clunky mistakes from the 80's and 90's
Holy crap! That is just shy of VGA! You could run a DOS emulator and use that like an old PC. Actually, get on that Volos! Run some PC software like Wolfenstein and Doom on that chip! Not only would that run DOS, but it would be better spec-ed then any Laptop sold around 2001!
Feel free to SUBSCRIBE!
Would love a video on how you design these dashboards. To go through the entire process
He actually has made a video on that a few weeks ago I seem to recall. It was very enlightening.
This example project of his, which includes the programming of touch(screen) buttons, might also interest you: *Let's make Number Dial (Programming Tutorial)*
ua-cam.com/video/Cp95AyyLmx4/v-deo.html
_(if you've not seen it already 😅 )_
They are indeed, beautiful interfaces
I WANT TO BUY THE UHD disks
Dvd fo live
That is a beatiful UI, congratulations and thank you!
Wow, what an amazing product with so many use cases. Thank you for inspiring us with your fantastic UI and also sharing it for us to learn and use.
Thank you.
Thank you for very pedagogical and informative videos! If you want to increase the frame rate of the larger screen only update the sections that need to, do not push the background, unless it has changed. Encapsulate the different elements. For instance write the label, number and rectangle of income to a small sprite and then push that to the screen. you probably double the frame rate doing that. if you take it one step further you can draw antialiasing rectangles once (in background step) and just use a smaller square to update the different elements. this way you gain two things, organization and performance.
Thanks for this great introduction to T4 display. I managed to cancel my T3-S3 Touch order and will order this instead. You are a great Lilygo ambassador! 🎉
Good choice!
@@VolosProjects Btw, I'm going to create an adapter board so we can use this with 2.54 mm breadboard. I will post link when it's done!
Love the quality of the graphics and the extra real estate. Thanks for sharing!
Thanks for watching!
Small tip: As the polarity of Lipo are reverse you can just swap the pins in the JST connector (remove them carefully). Much easier than resolder new cables.
I love your content (personage and presentation) ..
I appreciate your generosity and positivity.
Thank YOU !
Thank you my friend😀
Just ordered two! Thanks Volos!!
Hope you enjoy it!
The timing was off releasing this board! I just received the smaller board a couple of days ago but I'm already wanting this bigger unit.
Your video featuring the attitude sensor is my current interest. That graphic sized to fit this board would be practical to view in an experimental aircraft.
Another practical application for homebuilt aircraft would be to make a compass display with the ability to enter compass deviation values to correct for shifting magnetic poles. That's a very basic gauge to have in small aircraft.
That looks amazing! Thanks for covering this. The on of switch is incredibly useful and i have to manually add them for my t display s3.
Now i want one! I also need to find a waterproof version for my swimming laps counter! I can 3d print a case but probably silicone to add more waterproofing
These are outstanding
Get yourself a polarisation filter for your camera to remove reflexions when you capture glass surfaces. If you don't have a camera where you can screw filters on, you can Just tape the filter over your lens.
Thank you, i already ordered one :)
@@VolosProjects i watched your Video about the round Display with Alu encoder and ordered some, too. I wrote the manufacturer, asking If je would sponsor some development ro connect that thing to smarthome systems. Have to See what comes around. Thank you for inspireing me in so many ways. I hope you are satisfied with your Filter, please Tell me about your opinion when you have used it...
Very nice. I'm glad to see that an on/off switch has become a standard addition to many boards. I don't know why it's taken so long to get to this point, but it makes me happy.
How is your project to get rich going? I always feel like a video isn't complete without you saying that you're going to get rich from your affiliate links. 😁
Tnx. hahahah ,i am still poor my friend, but atleast i can affords new toys and parts with affiliate money.
@@VolosProjects Have you tried looking for a job where you can create User Interfaces for embedded products? 😃
Perhaps you could use this UA-cam channel as a showcase/portfolio, to get a job interview at some company. 😎
THX Sir! perfect Design! -PS there are different Memory versions of the TTGO - i couldnt upload the full scetch last time... Always some Input - never stop learning.. 😎
Nice U.I. design (yet again) 😎👍 And it really 'shines' on that AMOLED display. ✨
Thank you Richard
thank you volos projects. 😉keep it up!
Glad you like them!
@@VolosProjects absolutely!
Really Amazing job done, thank you for sharing it.
This is awesome. Especially if one was to make it work with e.g. Tasmota ir something. Love the versatility of it.
It's looks great! Your interface is (as usual) fantastic. A little bit expensive for my taste but hopefully the price will come down a bit.
Yes, i hope it will, i thing in couple of years AMOLED will be more common on thease boards.
Thank you so much for sharing this Sr :)
THE Perfect THING! right in time for me THX!
This guy knows how to make a nice UI. How in the world do you mount this in a real application? I think so many of these boards just seem to be for tinkering, but not a real application.
they can be used evrywhere, and they are used evrywhare, on 3dprinters , laser engravers, i helped even woth coffe machines that uses thease screens, i helped with few of them ended in racing cars, planes..... posibilities are endles.
@@VolosProjects Understood that they can be used for one off projects and I have used them for my own projects, but most don't seem to be manufactured for the mass market.
I'm mainly focusing my comment on the all-in-one board/screen combo. The device your showing has no mounting options from what I can see. So how do you mount it?
@@larrybud i can see your point, yes they are to expensive to mass production devices. It is realy easy to mount in panel, i will show that very soon. But i agrree with you most of boards are hard to mount.
That is a nice display, it will look good displaying your pics.
Really cool (as usual) 😊
Thank you! Cheers!
At this moment I'm compiling a program for a board with a 0.42" display. Watching this video, I'm really starting to question my life choices.
Elaborate 🤔
hahah, i know how you feel
@@mysticmarble94 If I made better choices in life then I'd be working with boards with 4" screens. Maybe even 5" screens.
I love those 0.42" displays! They are beautiful in their own way.
Really beautiful dashboard. Bravo!
This display looks amazing. I agree that it's a bit expensive. I would have to really have a good project to justify it, but I definitely like it!
Sold out ! I want one this would be fun
Spettacolo ❤
Oh these are sooo cool! thanks !
"I believe in OpenSource" chad
Thank you! That looks like it'd be great to combine with Home Assistant. I'm putting up cameras, and planning to add other sensors and Home Assistant is a nice open source solution that can tie a bunch of things together. Wonder if you might be able to write a dashboard for that device? Yes,. after some quick searching I see someone created a "responsive design" for it, which should fit nicely with the smaller screen. Also there's an "ESPHome" project, merging the Home Assistant with the ESP32. Thanks again!
Nice for a mini wall panel for home assistant!
I am intrigued by the latest and greatest esp32 displays. Has anyone seen any power usage estimates for using a battery to power this product? I can't seem to find any yet. Thank you for this presentation!
This is top-shelf ASMR
I got my T4 S3 display about a week ago. I got this one after I had a good experience with their T-Display S3 AMOLED Touch display but found the 1.91-inch display a little too small. I use Squareline Studio for designing the UI and I have a smooth workflow for this. Both boards are up and running as displays for a model airplane weighing and C-of-G scale. The displays on both these AMOLED boards are very beautiful. The only manufacturing defect I have noticed on my T4 S3 that the screen bezel was glued on the screen slightly askew. But it is only noticeable if I draw a thin border on the display or have lines drawn close to the edges of the screen. The smaller display also had a defect where the screen would flicker if pressure was put on one corner of the screen. But after fiddling with the connector ribbon between the board and screen, the problem never happened again.
How much did you pay for it?
Wow, I used your link to try to purchase this screen. The site shows this item as sold out. I have sent an email to the company to find out if they anticipate obtaining any more.
太精致了,非常喜欢您的视频,每期必看!
Pretty cool display I like it , a bit expensive compared with free apps and every one has a Smart phone that's what makes it expensive you would want to make a reasonable profit too.
Very nice Volos! 👍
epic Volo thank you
Wow, really nice board
@VolosProjects on one of your videos you shared how to setup the clock on this T4? Cant seem to find the video now
God, that's gorgeous.
excellent project, I really liked your work, it is priceless, I really want to see the connection to T4s3 of some modules like GPS compass and BMP280 accelerometer gyroscope, some interesting solutions using LVGL like and subscribe definitely. and if there is a video with the connection of the above-described modules or others to various GPIOs and how it is organized in the code. I'll be waiting for new videos on T4-S3. Thank you.❤
Hello Volos, your videos are great, do you know if any of these displays allow multiple simultaneous touches?
What a slick UI , how did you design the interface? It looks amazing!
like always, i design them on paper or in some software and then i write bunch drawing functions. there is many reuploads, and many hours of trying colors, fonts and positionsing.
“Everyday it’s expensive today” 😂😂😂
nice any opportunity to get you to make a voltage glitcher with a screen ?
Beautiful display, great video! Thank you.
What is the part number for this display ? We may want to make a project for this display that needs a custom PCB design.
Price is crazy. There are a lot of esp32s, with screens, you can buy with that money. Even 7” screen is possible!
Volos, love your designs! I have a question that hopefully you can answer, is it possible to run a local webserver or browser on these with webkit so it would be easier to design the interfaces so those of us without the cpp knowledge like you have are able to make intriguing designs for this? For someone like myself using a html/css/php/javascript stack would be amazing..
i am afraid not, that would be great but it in imposable right now
now you just need to find a thin battery that can power it longer than an hour, and we finally have a tiny tablet which no one even makes yet
Anti reflective filter will be good to see
I think we need more something like stm32 primer2 style devices. touch display + mcu + debugger + battery and gpio header inside with nice handheld case.
Will you be making one with a case? Or sell STL's for the case?
Great video review! is it possible to interface this esp32 within home assistant or esphome? is there i2c bus?
not much of a usecase for it that i can think of but still very cool :P
Wow, these seem really cool. I really want one of these(or the T-Deck from Lilygo as well) to port Linux to.
There already is Linux for the ESP32 S3, and I think I could create drivers for the display etc. relatively easily. Just couldn't buy the hardware yet :(
hm, Linux on esp32 , very cool
Slick. Could i make an android mp3 media player i can load android apps to?
No, this is a MCU not a SoC. It's like putting android on a Gameboy Color. It won't work. Nice idea though. You could still use this to make a simple MP3 player.
Great work. Curious, what library or framework are you using to create the user interfaces?
Just tft_espi library and patience.
how to program such beautiful graphics?
it's hard to program display by code.
or you have special graphical base software tools for the graphics vector / sketch programming.
it would be cool to see something like this be used for a assistant chat bot with animated avatar and text to speech connected to a llm running on a local computer
OP EN SOURCE: give and recive more... THX
AWESOME!!
We need the UHD video set on How to build this dashboard thingy.. Exscuse me COLLECTORS box Set. For play on tv
This would be perfect for a Star Trek Tricorder prop.
dude im feeling like I live in cyberpunk age watching this video...
You could make a nice LCARS panel out of those.
Can the ESP32 handle arcade emulation? That display is sweet !
Big fan of thonny and micropython and circuit python.
I love your videos. Learned a lot from it about using displays with these mcu's. Do you know any way with these displays to show images that are not in the same resolution as the display? (mostly to scale down jpg images to the resolution of the display). I use the TFT_eSPI.h and the TJpg_Decoder.h library but it seems to only have a way of scaling down in steps of 2, 4 or 8 and for most images that will crop a lot of the images off screen. Perhaps if there is a way you can make a video about this if you are going to use this display as a photoframe...
i am afraid not, way you describes is only one. Basic scaling.
Are you sure about power chip? Looks like it is SY6970 but not AXP2101
I'm super excited about the boards lillygo has been making but for me, $50 is too much for an esp32 based device. I would love to have this square formfactor with a cheaper display.
I totaly agree, 50 is quite expensive for esp32. I hope that amoleds will be cheaper in future.
They need that for VR
2:04 It should be megabytes not megabits or I misunderstood something 🤔
can you run marauder innit?
do you mind sharing what lipo battery you're using?
@@manamana6509 any 3.7 lipo batery is fine
@@VolosProjects thank you Volo!
Do you design your UIs with SquareLine Studio?
i started to use sqare line few days ago, and i stil havenet posted video about it, all my projects are designed with pure code and tft_espi library, and lots of reuploading :)
@@VolosProjects A tutorial about it would be nice.
Lovely
my fav size of screen is around 70x35mm, but not many available.
nice
Already with the amoled S3 I struggle so much with having enough memory for a framebuffer. This T4 is cool but having a controller with a bit more memory would really be nice.
did you set flash size and partition schematic in IDE?
Have you tried to mount this board in an enclosure?
No i havent
Hi, do you think it is possible to use this board as an interface to klipper to monitor a 3d printer ?
how do you disable the red blinking led on the t4
Ландан из э кэпитал оф грейт Бритэн ))
All i'm getting is a blank display, What is selected in "User_Setup_select.h" file ?
Can you diy something similar to"gps beeline moto 2"
Does this board work with ESPHome?
A suggestion? Perhaps include physical mounting style/options in the videos. Many boards have great feature set, only to find they are nearly impossible to actually mount in a professional looking way because of the horrible placement of mounting holes, holes without access etc etc. Nothing less pro. looking than having to hot glue a board into place.
What battery are you using? I’m a noob
Can i make a wrist watch the liligo?
The video you made last year for the smaller board used Nick's driver solution to make it easier to use. Do you no longer need his solution going forward with these new libraries?
is til use nick solution with that board, but with board s with touch scree i use this solution.
I prefer LCD over AMOLED as I’ve found amoled to fade or burn in over time. Can you try a burn in test?
Are you sure amoled burn, maybe you mix with oled, i have amoled display runing more than year. And brightnes is still same.
Rust support available?
I am afraid not. Can you explain me why more and more people asking abour Rust. I also want to try it.
@@VolosProjectsIt's modern AND low-level which is rare to have both for new languages.
It doesn't have all the C(++) clunky mistakes from the 80's and 90's
Holy crap! That is just shy of VGA! You could run a DOS emulator and use that like an old PC. Actually, get on that Volos! Run some PC software like Wolfenstein and Doom on that chip!
Not only would that run DOS, but it would be better spec-ed then any Laptop sold around 2001!
And the pixel density is 'retina' for all intents and purposes - to coin the Apple nomenclature.
can you share squareline project instead of exported files ?
This project is not made in sqareline.