3 Minute Code with Volos :Episode 1

Поділитися
Вставка
  • Опубліковано 17 жов 2024

КОМЕНТАРІ • 63

  • @TimHayward
    @TimHayward 6 місяців тому +12

    I think 3 minutes is perfect for this. I look forward to more of these.

    • @VolosProjects
      @VolosProjects  6 місяців тому +3

      Thank you Tim, i will try to make one every few days.

  • @mumumumah
    @mumumumah 6 місяців тому +5

    Not to worry about breaking the 3 minute rule. That was very good. And with any software engineer estimate I multiply it by 2 to get what the actual value will be.

  • @0miker0
    @0miker0 6 місяців тому +4

    Love the three minute code idea and looking forward to future episodes.

  • @maurice0101
    @maurice0101 6 місяців тому +5

    Excellent! Do not mind if you take more than 3 minutes. Keep going. Lots to learn from you, a natural teacher.

  • @johndoggett3324
    @johndoggett3324 6 місяців тому +2

    At last a video that is clear and easily understood. The struggle is over, thank you for this video. Brilliant

  • @davidrowe9168
    @davidrowe9168 6 місяців тому +3

    Nice! Good format, good information. Looking forward to more episodes

  • @circleofowls
    @circleofowls 6 місяців тому +2

    Very useful! This is a great idea for a series, I'll definitely be keeping up with them.

  • @2000jago
    @2000jago 6 місяців тому +7

    Excellent! Very useful. More of these please.

  • @teebeeonline
    @teebeeonline 6 місяців тому +2

    you're a good teacher 😊 thank you.

  • @gaborpap3571
    @gaborpap3571 6 місяців тому +2

    Hello, very useful video. Understandable explanation. I learned a lot from it. Thank you, and I look forward to the next video. (perhaps there could be a countdown where the length of a drawn stripe also decreases ;) )

    • @VolosProjects
      @VolosProjects  6 місяців тому +1

      Thank you, and thank you fir coffee. Giod ide , about coutdown, i will try to make that.

  • @arlo4051
    @arlo4051 6 місяців тому +3

    Very helpful. Thank You Volos.

  • @michaelangellotti5741
    @michaelangellotti5741 6 місяців тому +1

    My friend. You make great videos! Very informative. 👍

  • @mtbiker8
    @mtbiker8 6 місяців тому +2

    Fantastic lesson. I can't wait for more

  • @craigflorin1071
    @craigflorin1071 6 місяців тому

    Love the video and the content. I had some issues at first, because there was an error in my TFT_eSPI library (buttons.h) that did not update properly. That was quick fix. I am looking forward to run through this series.

  • @alejandroperez5368
    @alejandroperez5368 6 місяців тому +4

    Could you make some videos about making a menu system with submenus and changeable settings? Ideally without a touchscreen. And, of course, using freeRTOS and the ESP32-

  • @PaulClark-nd9uq
    @PaulClark-nd9uq 6 місяців тому +2

    Great series. Fundamentals of Graphics etc. Could you do something on Fonts writing to the screen.

  • @VeniceInventors
    @VeniceInventors 6 місяців тому +1

    Having the urge to optimize everything, I'd suggest that lines 31 and 32 be skipped by replacing 'TFT_SILVER' on line 29 with: '(i < 5) ? TFT_Magenta : TFT_SILVER'
    That would draw the 5 magenta segments first and finish with the 5 silver ones, instead of drawing 10 silver segments and covering them with magenta ones afterwards, but that syntax might be too obscure for people learning to code.
    In the alternative, you could keep both 'for' loops and for the silver one use 'for(int i=5, i

  • @sandrarocha2436
    @sandrarocha2436 6 місяців тому +1

    Wooow! You are an amazing Teacher! I learn a lot with your vídeos. Please! More of this kind of tutorials! No matter the time. Could you explain how to program a touchscreen display on lilygo boards? Thank you very much!

  • @nishad2m8
    @nishad2m8 6 місяців тому +3

    Waiting for episode 2 🥰

  • @enogrob
    @enogrob 6 місяців тому +1

    I would like to see more M5Stack Cardputer projects. For example make Voltmeter work on it!

  • @RobertP7884
    @RobertP7884 6 місяців тому +1

    Love this, brill explanation, thx

  • @chipko
    @chipko 6 місяців тому +2

    Great video. I like the format

  • @johnsummers7389
    @johnsummers7389 6 місяців тому +1

    Great concept to create short coding videos.

  • @Gareththomassecurity
    @Gareththomassecurity 6 місяців тому +3

    Very good. Thanks

  • @sumithran6939
    @sumithran6939 6 місяців тому +1

    Superb!! that was really helpful..

  • @piranha1337
    @piranha1337 6 місяців тому +1

    S3 T4 arrived today. Perfect timing!
    Btw. the display is gorgeous! (but 70€ 😢)

    • @VolosProjects
      @VolosProjects  6 місяців тому +1

      Yes, i know, i am thinkigg to get another one. but..

    • @piranha1337
      @piranha1337 6 місяців тому

      @@VolosProjects We need more referral links from you so you can get rich and buy cool stuff to show.

  • @Billcasiopost
    @Billcasiopost 6 місяців тому +1

    Perfect, thanks 👍👍

  • @renebouman7513
    @renebouman7513 6 місяців тому

    Nice work and explanation Mr Volos.
    However I see you are hardcoding some values in your code, imho they could better be be replaced by their TFT_eSPI values because they are defined in the settingfile of TFT_eSPI and will have the correct values for your display
    I am talking about the backlight pin 38 would be TFT_BL and youre define-sprite with parameters 170,320 should use TFT_WIDTH and TFT_HEIGHT

  • @kevinlieb
    @kevinlieb 6 місяців тому

    Excellent! I'd break down for super beginner: why sprite and where did you come up with these magic numbers like 36. I'm guessing it was going back and forth to see what looks nice but might want to explain.

    • @VolosProjects
      @VolosProjects  6 місяців тому +1

      Using sprite will remive flickering when screen is updated. Graph have 10 segments, circle have 360 degrees, 360/10=36

  • @TETAKLAX38
    @TETAKLAX38 6 місяців тому

    Very interesting, do you intend to describe ODB (dongle for EV) data scan via bluetooth key and display on a esp32 card ?

    • @VolosProjects
      @VolosProjects  6 місяців тому

      I will probably play with ODB, firs i need to learn how to use that. I am not sure my car will support that.

  • @Bravo_L
    @Bravo_L 5 місяців тому

    Thank you brother

  • @elfvorn63
    @elfvorn63 6 місяців тому

    Hi, still problems with using ESP32S3 T-Display and TFT_eSPI. The library, which comes with git-hub is working, but has no class drawSmoothArc. The newer TFT_eSPI library Vers. 2.5.43 won't work with my Lilygo T-display. Any idea, help will be appreciated.

    • @VolosProjects
      @VolosProjects  6 місяців тому

      Are you sure, i am using that library, from their github

  • @edriobranco
    @edriobranco 6 місяців тому

    Very nice!

  • @Brian-L
    @Brian-L 6 місяців тому

    Thanks Volos!
    You can call them 3 minute codes, but make them 6:30. It can be an inside joke for all of us here.

  • @TYGAMatt
    @TYGAMatt 6 місяців тому

    Just an idea. Maybe you could put the function (drawSmoothArc) in the title of the video. It would make it easy to find the right video once you have made a few of these 3 minute vids.
    Thanks for sharing your expertise.
    Matt.

    • @VolosProjects
      @VolosProjects  6 місяців тому +1

      Thanks for the idea! I will do that

    • @TYGAMatt
      @TYGAMatt 6 місяців тому

      @@VolosProjects The TFT_eSPI library is fantastic. It can be a little tricky at times but with your excellent tutorials it makes it much easier to understand.
      You should join forces with Bodmer. It would be an amazing team!
      Cheers
      Matt

  • @TimHayward
    @TimHayward 6 місяців тому

    I would use longer names. RadiusInner, RadiusOuter, AngleStart,AngleEnd.

  • @andresceballos2709
    @andresceballos2709 5 місяців тому

    Hello, great videos, thank you very much.
    I have a problem with the sprite class, it doesn't work for me like it does for you, I do the same process and after uploading the code to the esp32 along with a st7789 screen, it doesn't work for me, what could it be?
    Greetings from Medellín, Colombia

    • @VolosProjects
      @VolosProjects  5 місяців тому

      Do you have latest library tft_espi

    • @andresceballos2709
      @andresceballos2709 5 місяців тому

      @@VolosProjects lib_deps = bodmer/TFT_eSPI@^2.5.43

    • @andresceballos2709
      @andresceballos2709 5 місяців тому

      @@VolosProjects lib_deps = bodmer/TFT_eSPI@^2.5.43

    • @andresceballos2709
      @andresceballos2709 5 місяців тому

      I am using tft_espi version 2.5.43 in visual studio code

  • @gunip.7109
    @gunip.7109 6 місяців тому

    Good 👍👍👍👍👍

  • @djokinac
    @djokinac 6 місяців тому

    sta reci osim uvek koristan video imas li neki tvoj projekat ali da ti je ono u funkciji stalno

    • @VolosProjects
      @VolosProjects  6 місяців тому +1

      Hvala, samo satovi neki i termometri. Nista specijalno.