Bar Graph - Programming Tutorial (TFT_eSPI library)

Поделиться
HTML-код
  • Опубликовано: 5 янв 2025

Комментарии • 170

  • @Dronebotworkshop
    @Dronebotworkshop 2 года назад +33

    Another excellent tutorial, I'm really impressed by the detail you go into with all of your videos. You are certainly the wizard when it comes to using the TTGO modules!
    And BTW, please don't feel the need to apologize for your English, I think it's quite good, and I don't think anyone would have a problem understanding you.
    Looking forward to more great videos from you!

    • @VolosProjects
      @VolosProjects  2 года назад +10

      Thank you , I learned a lot from you. I am visiting your chanell very often and this comment made me very happy. Thank you.

    • @dr.hrituraj
      @dr.hrituraj 2 года назад +8

      Respect
      Two genious...
      Drone bot workshop and Volos
      Waiting for the "guy with swis Accent"
      Thanks to all of you !!!

  • @michaeldiamond2269
    @michaeldiamond2269 2 года назад +16

    Excellent video. It's not often we see line-by-line coding with uploading after each step. Very informative.

    • @VolosProjects
      @VolosProjects  2 года назад +1

      thank you Michael. I hope this way is easier to learn and understand what is happening.

    • @dathat555
      @dathat555 Год назад

      @@VolosProjects - It does help to follow your process and thinking. I found it more helpful than just looking at already finished sample code. (At least the first time anyway. 🙂)

  • @TYGAMatt
    @TYGAMatt Год назад +2

    Another gold standard tutorial. Without a doubt the best tutorials on the Web when it comes to understanding the Tft_espi library.

  • @Jackie-sg8es
    @Jackie-sg8es 2 года назад +4

    Another fantastic video. These type of presentations are by far the most enjoyable to follow. Nothing is skipped and your delivery is clear and at a good pace. Well done. Thank you.

  • @kattz753
    @kattz753 2 года назад

    Yes, I stayed to the end. I just got my original TTGO T-Display a few weeks ago and I just ordered the new model a couple of days ago, along with a couple other new toys. (Big sale, AliExpress). I find your videos the easiest to follow. Thanks for taking the time to do them.

    • @VolosProjects
      @VolosProjects  2 года назад

      Thank you. I am glad that you finded somethin useful on my channel.

  • @chipko
    @chipko 2 года назад +3

    Thanks for the heads up about ordering direct from lilyGo .. mine should be arriving tomorrow!
    Great content as always Volos!

  • @WolfClinton1
    @WolfClinton1 2 года назад

    Watched all the way :-) Did I learn something? Yes - Retired engineer and I didn't know you could do a single line FOR loop without curly braces! Thank you so much! In return, I would encourage everyone to use CtrlC and CtrlV to copy/paste and left mouse button to- double click=highlight word and triple click=highlight line. Speeds up the workflow.

    • @VolosProjects
      @VolosProjects  2 года назад

      Thank you Rolf, yes it is same with if statement , if tthere is only one line unerneath then you dont need brackets.

  • @raymondmichael4987
    @raymondmichael4987 2 года назад +1

    Watched it till the end; I'm real impressed by your work, very clear;
    I suggest a part two of this, to improve fps, to make the loop faster by removing delays and other optimization.
    Because as of now, we redraw the graphs in every loop, which can be quite expensive if we attach sensors and we need almost realtime response and other process running smoothly.
    I know this was "how I draw beautifully on screens" and you really did a tremendous work, for that I salute you.
    Greetings from Tanzania 🇹🇿

    • @VolosProjects
      @VolosProjects  2 года назад +2

      Than you, you are right, but I need to progress slowly. Thank you again :)

    • @raymondmichael4987
      @raymondmichael4987 2 года назад

      @@VolosProjects , yes I agree.
      Thank you sir.

  • @tombraselton2671
    @tombraselton2671 Год назад

    “I watched the whole video. Please. Thank you!” 😂
    I really like your designs and have learned so much from them. Hvala vam!

  • @kennethbeal
    @kennethbeal 2 года назад

    "I watched the whole video"! Thank you so much. I wrote a scroll bar function for my project over the past couple days. Intend to make it available as a library; so, now, learning how to publish a library. :)
    Interface will be something like:
    void drawVertScrollBar(TFT_eSprite *spr, int x, int y, int w, int h, int percentStart, int percentEnd, uint32_t colorBorder, uint32_t colorTarget, String s);
    Although I'll make it a class so it'll be "spr.drawVertScrollBar()". Thanks again and enjoy the coffees! :)

    • @VolosProjects
      @VolosProjects  2 года назад +1

      thank you, Ken , can you share your work with rest of us when you are finished?

    • @kennethbeal
      @kennethbeal 2 года назад

      @@VolosProjects Certainly, will do! I just added to the Examples->TFT_eSPI->320 x 240->TFT_Starfield, so that I can have a logo and have the starfield animation displayed "behind" the logo -- by drawing it on a separate sprite, and if it's not the "alpha" color (black), then don't hide and redraw the star, but do still move it, so the stars appear to "move behind the logo."
      This is fun; thanks again!

  • @pseccombe
    @pseccombe 2 года назад +3

    Great tutorial! Just what I needed to walk me through the whole process. Time to get graph paper out!
    More like this please.
    Yes, I watched the whole video.

  • @rawinder65
    @rawinder65 Год назад

    I enjoy the format of doing this line by line since I do not copy your code as attached to the comments, it's much more beneficial to type it as you are going through and learning from my mistakes. I also add my own comments to the code as I understand it. Then as I change the code for my own project, it is easier to understand what is going on. Also, I don't have any issue with your english. As an American speak, I mess it up all the time....Thanks,

  • @playvectrex
    @playvectrex 2 года назад +1

    I'm loving all of these videos about the T-Display S3

  • @craigs5212
    @craigs5212 2 года назад +1

    Thanks, for the nice video. I have two of these boards, not had a chance to play with them yet. Watched all the way through, this will be my first example when I get some time. I only wish the folks that design the libraries would document the functions just a little for us junior programmers.

  • @johnminners4840
    @johnminners4840 2 года назад

    Very Good Tutorial. I enjoyed the Line by Line coding and was tapping on my laptop screen when you typed "Spring" instead of "String". I tried to get your attention :) I Look forward to seeing more Tutorials from you as I have only just restarted coding after many, many years. See you soon and Thank You once again.

    • @VolosProjects
      @VolosProjects  2 года назад

      Thank you John, i am glad you finded my videos usefull, have fun :)

  • @didacrodriguez8449
    @didacrodriguez8449 2 года назад

    Many thanks for this tutorial. Thanks to this I could learn how to solve a problem in a display with the typical problem of continuos refreshing. I could fix it after several months with without clues. Thanks!

  • @BinaParus
    @BinaParus 10 месяцев назад

    .. from start to end :-)
    I started yesterday with eSPI and today I have a running user-interface with true-color startup-screen .. thanks to your videos !

  • @haydngerken3405
    @haydngerken3405 Год назад

    Watched it all.. thanks for teaching me and will be writing my code based on this to display analogue values from Air Preasure Transducers attached to my Air Suspension in my Truck.. I then will calibrate the values to give me a KG reading , showing how heavy my load is on the front tyres, each rear set of tyres and finely my trailer tyres ( this value is based on what the air pressure in the suspension increases too over the static load at empty weight pressure)
    Looking forward to implementing it.
    Now I just need to purchase a nice quality screen and frame.

  • @wrekced
    @wrekced Год назад

    Thanks for showing the details of your design process. BTW your english is better than you think. I did not have any problem understanding your instructions. I watched the whole video.

  • @bas.botberg8238
    @bas.botberg8238 2 года назад +1

    Great tutorial. Nice to see how you create your code live, with the risk of making mistakes. Although English might not be your native language, I admire your skills of live presenting in a non-native language. The speed of your explanation is perfect and it's good that you entice viewers to leave comments. Keep up the good work!!

  • @alanmangroo3656
    @alanmangroo3656 4 месяца назад

    Great tutorial! Nice to see you work through the problem from scratch step by step.

  • @beardization
    @beardization 4 месяца назад

    Great video, I'm finally starting to get my screen looking like something other than a BBC Micro. Thank you!

  • @TBoy58_405
    @TBoy58_405 2 года назад +2

    Thanks for the vid, I watched it all 👏🏾 Can’t beat paper and pen for planning 👍🏾🤓

    • @VolosProjects
      @VolosProjects  2 года назад +2

      Thank you Pete. Old school is old school :)

  • @laidbackobs
    @laidbackobs Год назад

    Fantastic video! I was looking for tutorials about coding these MCU and found this great channel. I'm working on a project to monitor voltage transients at home when imbalances occur, e.g., short circuits, accidents on a light pole, or any other imbalances. I would love a tutorial about making an interface display combining graphs, including live measurements of voltage transient counts. Overall, excellent work, and thanks for the knowledge.

  • @krafterHD
    @krafterHD Год назад

    I did what the entire video and found it informative. I just started using TFT displays and this library. I think watching your videos is going to make things a lot simpler especially learning about sprites and how they are used. You explain everything very well.
    P.S.
    I often misspell words. I can see myself spelling string as spring so please be kind to your student's lol.

  • @stevenog
    @stevenog Год назад

    Watched all through, video built great foundation for a small project I am working on. Also learned a little more about programming structure, Thanks

  • @lucienferrand3080
    @lucienferrand3080 2 года назад

    Excellent video. I like the fact that I can see the result as I program and explain.
    it's very formative.

  • @andytof47
    @andytof47 2 года назад +1

    Hi , I love you're t-display tutorials. I've learnt heaps thanks. You're a pro :)

  • @evoprox1
    @evoprox1 Год назад +1

    Excellent work and explanations, some of the very best I found so far, thanks a bunch.
    I subbed a while ago and can't wait for more! Keep it up!

  • @stevegibson6390
    @stevegibson6390 2 года назад

    Thank you for what you do , I like to learn from people smarter than me . I can't wait to get one of these devices and practice what you teach .

  • @amarmanseur
    @amarmanseur 2 года назад

    hello i'am frenchy beginer, you are a great teacher. thank you so much. it sims to be so easy for you but very hard for me. but i begin to inderstand how it work. still thank you and don't stop. sorry for my english. merci

  • @leehewitt9559
    @leehewitt9559 Год назад

    This is a fantastic video. I’ve watched it several times and I’m learning so much

  • @Hazit90
    @Hazit90 Год назад

    Really appreciate this dude. End to end tutorial and what an impressive creation 😍. Looks very professional

  • @mvrossum
    @mvrossum Год назад +1

    Great video, very nice explanation of all the lines.

  •  Год назад

    Hi
    your tutorials are awesome 👍 very good pace, learning with your videos is really enjoyable.

  • @anurathilakaratne4640
    @anurathilakaratne4640 3 месяца назад +1

    This was excellent tutorial. I have learned lot from this video. Thank

  • @dr.hrituraj
    @dr.hrituraj 2 года назад +1

    I would like to advice to use Platformio...
    This would help you a lot...
    You could explain all the functions in details
    Example...with screenSprite and ctrl+space you get all the functions possible from sprite class in library
    Vscode with platformio just superb
    Rest...awesome efforts... 👍

    • @VolosProjects
      @VolosProjects  2 года назад

      I know, but most of people still use Arduino IDE so i am using it also in my tutorials

  • @thepapatech2067
    @thepapatech2067 2 года назад +1

    Thank you for the video. Enjoyed it all the way to end!

  • @jensgoerke3819
    @jensgoerke3819 2 года назад

    I watched the whole video.
    The pen & paper method reminds me of my early years of programming. Eventually it had become second nature and I could do most of it in my head.
    These days I tend to use graphics programs for the ease of moving parts around, though.

  • @edriobranco
    @edriobranco 2 года назад

    Great tutorial, I watch until the end playing on TTGO T-Display, please make more videos like this. Congratulations for your work!

  • @greglogan4443
    @greglogan4443 2 года назад

    Watched the whole way through. Great work and lots of info. Thank you

    • @VolosProjects
      @VolosProjects  2 года назад

      Thank you Greg, sorry for late answer.

  • @bayareapianist
    @bayareapianist 2 года назад +2

    Another idea is draw everything in a millimeter paper or paint brush program. Define the location of all objects in varibles, and change the variables via command lines. Once everything is approved save the variable values as hard values.

  • @hapskie
    @hapskie 2 года назад +3

    I love your graphical designs. Have you considered making an energy monitoring device? Would be very cool to have something like that, which can generate graphs for example based on MQTT input, to make it more or less universal.

  • @deehigh3359
    @deehigh3359 2 года назад

    Nice one, watched it fully and found it very informative how you develop, step by step.
    Thanks.

  • @pedrovila9999
    @pedrovila9999 2 года назад

    I watched the whole video. Please continue.

  • @heinzodermatt3928
    @heinzodermatt3928 2 года назад

    I have recocniced, that the vertical numbers 20-60 needs to be a little lower. That it coresponds to the values. I changed the for loop to i

    • @VolosProjects
      @VolosProjects  2 года назад

      You are right! It is nice to see when people solve problems and share solution with others. Thank you again Heinz.

  • @52mgm52
    @52mgm52 Год назад

    I learn a lot of from you. I`m a ESP32 fan and your videos are very helpful. Greets from Austria... ☕☕☕☕

    • @VolosProjects
      @VolosProjects  Год назад

      Hello, Muko , Thank you for coffee and thank you for nice words. I hope you will learn even more, thank you again :)

    • @52mgm52
      @52mgm52 Год назад

      @@VolosProjects You are welcome :)

  • @Dharkon
    @Dharkon 2 года назад +1

    Pretty amazing projects -> I learned a lot! Thank you!

  • @neilrollins475
    @neilrollins475 2 года назад

    Another great tutorial with humour thrown in for free. Great accent too.

  • @fabryz
    @fabryz 2 года назад +1

    Could you suggest me how to retrieve a PNG from an URL and display it? I tried the httpsclient from the example sketch, but for some reason nothing happens

  • @ismzaxxon
    @ismzaxxon 2 года назад

    Donated to buy coffee...our exchange rate is low. Thanks for your help with the vids on the new model T-display.

    • @VolosProjects
      @VolosProjects  2 года назад

      thank you Terry, i am glad that my videos are helpful to you. Thank you

  • @tvamos73
    @tvamos73 2 года назад

    Thank you for the video. It is amazing, clean and clear. I am waiting for the next.

  • @tolgahannsusur2534
    @tolgahannsusur2534 2 года назад

    It is great, absolutely I learned something especially I did not realize functionality of datum before. But I was expecting auto-scaling graph, this looks like more static graph, still useful though. If you are okey with it, I would love to see sliding real-time graphs :) Thanks a lot.

  • @ShotgunEmmet
    @ShotgunEmmet 2 года назад +1

    A handy trick is to draw a coloured grid of lines over everything else so you can easily position and align your graphics, then remove the grid. Just write a function with two loops and you can use it in any project =)

    • @VolosProjects
      @VolosProjects  2 года назад +1

      Great Idea, i will try. Tnx

    • @AlwaysBolttheBird
      @AlwaysBolttheBird 2 года назад

      Thanks for that idea. I’m making a StreamDeck out of a 2.8 inch touchscreen ESP32 board I got for $15 and this is gonna help a lot

  • @sannyrocha2513
    @sannyrocha2513 2 года назад +1

    Hi!, Thank You very much for your videos, I love them and I appreciate the time to share with us. Please, could you explain how to use the T-Display or TTGO with a sensor and graph its data in real time? Thank You very much.

  • @Lisas4us
    @Lisas4us Год назад

    I wonder if one could use this example to make a bargraph multimeter to monitor each cell in a 48v lifepo battery bank.

  • @wliterow
    @wliterow 2 года назад +3

    Nothing black screen - am I missing something ?

    • @jasontiscione1741
      @jasontiscione1741 2 года назад +1

      I got a black screen too

    • @VolosProjects
      @VolosProjects  2 года назад

      What board are you using, did you install it properly?

    • @wliterow
      @wliterow 2 года назад

      @@VolosProjects First - thank you for you excellent work and great presentations, I'm Using a LILI=YGO T-TDisplay S3 , Finally figured it out the "mess" with the,header files, the compile times for each change are outrages 3-5 min per compilation - didn't realize that you were editing the times on your presentation

    • @wliterow
      @wliterow 2 года назад

      it is not working as I found out ...
      ESP-ROM:esp32s3-20210327
      Build:Mar 27 2021
      rst:0x15 (USB_UART_CHIP_RESET),boot:0x8 (SPI_FAST_FLASH_BOOT)
      Saved PC:0x420266f6
      SPIWP:0xee
      mode:DIO, clock div:1
      load:0x3fce3808,len:0x43c
      load:0x403c9700,len:0xbec
      load:0x403cc700,len:0x2a3c
      entry 0x403c98d8
      E (6) gpio: gpio_set_level(226): GPIO output gpio_num error
      E (7) gpio: gpio_set_level(226): GPIO output gpio_num error

    • @stmohir
      @stmohir 2 года назад

      I also can't get the screen to work. Using the liligo version of TFT_eSPI.
      if you managed to make it work, please tell how

  • @noengineer
    @noengineer Год назад

    How do I use the built in buttons in my code? The pinout says „boot/ GPIO14“

  • @sakibyousuf1869
    @sakibyousuf1869 Год назад

    Can you help me out how can i perform zoom in and zoom out inside a sprite. Not able to find any resource 😔

  • @h3xen0
    @h3xen0 2 года назад +1

    I recommend the lvgl library

  • @kihok8688
    @kihok8688 2 года назад +2

    Thank you! Very nice.. :)

  • @sammykibwana2949
    @sammykibwana2949 Год назад

    Sir! Iam leaning to draw Real Time Clock with RTClib, DS3231 and ILI9488 SPI Touchscreen but not work the second and dow, I used your method can you give me the example with Sprite hh: mm;SS ,dow and Temperature thank you

  • @mauricepeconi2117
    @mauricepeconi2117 Год назад

    I must be doing something wrong but when I run you sketch’s I can not compile because the TFT_eSPI.H: can not be found. It is in the library

  • @56blackspeedster1
    @56blackspeedster1 8 месяцев назад

    Whole video now subscribed!

  • @gaganh1
    @gaganh1 2 года назад

    Would love to see a project for PC cpu temperature monitor using T Display or similar

  • @mikebaertschy1508
    @mikebaertschy1508 2 года назад

    I watched it all the way through. Very nicely done and don't worry, your English is fine and I enjoy your accent. Because of your videos, I have bough that device to play with. I did run into an issue though. I'm running Windows 7 and it will not show up as a virtual comport in device manager so Arduino environment can't talk to it. It looks like you have to use Windows 10 to work with it.
    Anyone get it working under Windows 7 using Arduino 2.0?

    • @VolosProjects
      @VolosProjects  2 года назад

      Tny, mike, curently I don't own any win7 device so I cant try this. I will see can i fiind driver you need to install.

  • @tiktokfood3529
    @tiktokfood3529 2 года назад

    Amazing Video with great explanation!
    I bought the new TDisplay from Lilygo. In the "preferences" I was able to add the url for the board manager of "esp32". So until then, everything is fine.
    I wrote this simple program that display the color of "color1" on the screen.
    But when i upload it my screen get dark and i can't even reset it to the default version. The full programm doesnt work neither
    Its written:
    Hash of data verified.
    Leaving...
    Hard resetting via RTS pin...
    Can someone help me with this? 😅😊

  • @scienceofcambridge
    @scienceofcambridge 2 года назад

    Hi, Thank you for your great videos - they go at just the right pace for me!
    If you don't mind I have a couple of questions.
    1) Do you have a link to the documentation you use for details on the tft/sprite API .
    2) Could you possibly do a video on using the ESP32 debugger hardware in PlatformIO & the Lilygo T-Display?
    As sketches get more complicated could be really useful.
    Thanks,
    Simon.

  • @heinzodermatt3928
    @heinzodermatt3928 2 года назад

    Thank you for this nice Project. I coded it while watching the video. 👍Everything works great. I still can't get the display to work on platformIO May be you can publish your PlatformIO settings.

    • @VolosProjects
      @VolosProjects  2 года назад

      I havenet tryed using platform IO with this board. I will probably mak another video on this subject.

    • @heinzodermatt3928
      @heinzodermatt3928 2 года назад

      @@VolosProjects That would be great, if you find solution to work with platformsIO. By the way have you tried to use serial monitor with this board? I was not able to send something to serial monitor in Arduino IDE. It seams as if Comunication via serial console is disabled.

  • @acosta500
    @acosta500 Год назад

    To Mr Volos a DroneBot,very good teachers.A question please,I am trying to use my Lylygo S 3 1.9 inch,but I have only win7 and win 10 32bits,The library is for win10 64 bits,should I have to by a new computer??.Sorry the disturb but no found other way to ask.Thanks

  • @jumbo999614
    @jumbo999614 3 месяца назад

    Sir, where to download tft_eSprite library?

  • @MikiMaki-q8t
    @MikiMaki-q8t Год назад

    Good instructions. When I do it in the Arduino IDE, everything works perfectly. In Visual Studio Code, however, I can't get it to work. The code is compiled and transferred without problems, but the screen remains dark. Has anyone already done this in VSCode with PlatformIO?

  • @Guitar8202
    @Guitar8202 Год назад

    Nice tutorail, thanks for video!

  • @Jngrowdon
    @Jngrowdon Год назад

    Excellent tutorial!

  • @egorovsa
    @egorovsa 2 года назад +1

    Thanks ))) I watched the whole video ))

  • @mahmoodmohammad7241
    @mahmoodmohammad7241 2 года назад

    Very nice Tutorial. Thanks

  • @merlinlfa8177
    @merlinlfa8177 8 месяцев назад

    I watched whole video 😍

  • @dennyfox3139
    @dennyfox3139 2 года назад

    Is there anything that needs to be done to get the T-Display S3 to run from the LiPo cell? It seems to me that the sketch that was delivered with it did run off the LiPo. But now that I have uploaded and run a couple of your sketches I find that they work fine when powered by USB but show a blank screen when powered by the LiPo cell. The board charges the cell fine, the red LED goes out when it's fully charged. I followed the Tips 1 and 2 about uploading with after starting with the boot button pressed, but it still did not run from the LiPo. I tried a couple of different cells including an 18650, no joy. I have not been able to find the source for the original supplied sketch to see if that works. I'm using the Arduino IDE 1.8.13. Any clues would be appreciated...

    • @VolosProjects
      @VolosProjects  2 года назад

      here is your solution ruclips.net/video/50uPv7tsVIc/видео.html

    • @dennyfox3139
      @dennyfox3139 2 года назад

      @@VolosProjects Perfect! Thanks! This is a sweet little board.☝

  • @jimsnodgrass8454
    @jimsnodgrass8454 Год назад

    Got it running on T-Display S3, I've no clue how to get real data into it tho.. :)

  • @jluizk
    @jluizk Год назад

    Eu assisti até o fim, obrigado.

  • @Claudiu.
    @Claudiu. 2 года назад +1

    Thank you for sharing this. It's useful and worth trying, playing around with this. My personal suggestion if you want to take it - maybe try to have a consistent coding style, with indentation and brackets for the blocks of loops. I'm not writing direct code in the arduino IDE, but more in Visual Studio Code - that helps a lot with auto formatting. Not sure if it's supported in the arduino ide. In my case I'm writing code through EspHome for home assistant.
    Sorry if you mind my feedback. Otherwise good quality content that's worth seeing. Thank you for this!

    • @VolosProjects
      @VolosProjects  2 года назад +2

      thank you for comment and advices. I will try to line my code better next time.

    • @chipko
      @chipko 2 года назад +1

      Interestingly, arduino 2.0 shares a lot of similarities to VSCode... just not as flexible*
      ___
      * mainly other environments and languages

  • @joestanco4341
    @joestanco4341 Год назад

    I just purchased a ESP32-S3 board. But can't get it installed on my Arduino IDE. If anyone has any ideas this would be very helpful. Thanks

    • @VolosProjects
      @VolosProjects  Год назад

      ruclips.net/video/gpyeMjM9cOU/видео.html

  • @samhanie
    @samhanie 2 года назад

    hi, thanks for the information. I tried the short version ( at 9 minutes in the video). It compiles, uploads, blanks the display, then - stays blank. Any suggestions? I went through your walkthrough Arduino ide and set everything up. I can load and run the factory sketch with no problem.

    • @VolosProjects
      @VolosProjects  2 года назад

      short version?

    • @samhanie
      @samhanie 2 года назад

      Look at video at 9 minutes. You wrote to to unit with only 25 lines of code. (short versio). I thought it would be easier to troubleshoot. Full version gives same result. I also tried your Progress bar - same result.

  • @joestanco4341
    @joestanco4341 Год назад

    Your Tutorials are great. Do you have an alien game for the S3?

    • @VolosProjects
      @VolosProjects  Год назад

      Tnx, for S3 i have only this game ruclips.net/video/SuTJA3sIOp8/видео.html and snake game

  • @ismzaxxon
    @ismzaxxon 2 года назад

    I have been following your series. Excellent. Any chance you could explain in a vid, how to turn on and off backlight, using ping or usable pins. Esp32S3 T-display. Thank you.

    • @VolosProjects
      @VolosProjects  2 года назад +1

      Hello, here you can see how to adjust brightness ruclips.net/video/50uPv7tsVIc/видео.html

    • @ismzaxxon
      @ismzaxxon 2 года назад

      @@VolosProjects Had everything I needed. Thank you. I am not meaning to be lazy, but the documentation online is for older units. Your youtube info seems to be the only one that works in these modules. A special thanks for the walkthrough on setting up the library.

  • @Tony770jr
    @Tony770jr 2 года назад

    Great video. Do sprites allow a bitmap image to rotate and move at the same time?

  • @electroGoal
    @electroGoal Год назад

    Hey nice explanation, I want you to make a video on how to add support for spfd54124b driver in TFT_eSPI library. Please tell me how is it possible.

  • @jtclark5274
    @jtclark5274 Год назад

    I not only typo like you, but make the exact exasperated sighs like you do. LOL

  • @donnyblackston1676
    @donnyblackston1676 2 года назад

    Great Video, Thanks a bunch

  • @gerardomonterroza6594
    @gerardomonterroza6594 Год назад

    I tried all of your code in my S3 but none of it worked (screen would just be black) It does upload all the way in. Other examples do work though. Any ideas?

  •  2 года назад

    Great instruction

  • @GrazianoBurlini
    @GrazianoBurlini Год назад

    thanks for tutorials

  • @superprojb
    @superprojb Год назад

    Awesome video.

  • @Yevhen-lp7qe
    @Yevhen-lp7qe 2 года назад

    I have watched the whole video)

  • @lentzintl
    @lentzintl Год назад

    Nice!

  • @thompsonmachine7075
    @thompsonmachine7075 4 месяца назад

    Thank You

  • @masteruozy4268
    @masteruozy4268 Год назад

    always watch full video

  • @Andrei-jh5fx
    @Andrei-jh5fx 2 года назад +1

    👍

  • @Egon3k
    @Egon3k Год назад

    i watched the whole video :P

    • @VolosProjects
      @VolosProjects  Год назад +1

      Thank you, i hope it was useful 😀

    • @Egon3k
      @Egon3k Год назад

      @@VolosProjects One question: I also use the Lilygo T-Display-S3 (so the same one as you) but when I pick another color (same color picker) for color1 e.g. a blue shade (0x2395), it totally messes up the colors also of the other shades. can you explain why? I actually have that problem also in another project but wanted to see, if your code produces the same output.

  • @tszulpinedo757
    @tszulpinedo757 2 года назад +2

    First... 🤭

    • @topouzidd
      @topouzidd 2 года назад +2

      You’re fast!