3 Minute Code with Volos : TABLE (ep3)

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

КОМЕНТАРІ • 42

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

    Dear @VolosProjects, this series is helping me understand several videos from the past. Thank you very much.

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

      Thank you Edrio, feel free to ask if you need help.

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

    Systematically explained how to logically develop code!

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

    Exactly 3 minutes! I don't know how you do it. Thank you for these wonderful tutorials!

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

    Volos, I ran your Table code and got the same numbers except for the last row was gibberish, then when looking at the code I noticed the numbers on the screen were in different order then the code array. When I compared that to the tutorial code I noticed on line 57 for the data string you had [c+1] instead of [c-1] on the tutorial. I keep trying to figure it out, thank you for making me dig and not just copy and paste. Best to the family.

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

      Sorry for late response, thank you for this comment, i realy like part about not jus copy code. That was my idea at first.

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

    This is a good subject. More complicated than we might think. I spent a couple of weeks on showing some GPS data with an M5Stack GPS on a RPI Pico / MMBasic construct and bought more M5Stack stuff and managed to upload a bit of my UIFlow code to a device. On my Cardputer it's different, but I got your game going and use the SDCard loader. Some things must wait to not confuse myself.

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

    Now it feels like you're reading my mind. I have been working on a multi-sensor project to capture time series data and am now in the data visualization stage. I was thinking about utilizing a circular display, but now I am reconsidering.

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

    Another excellent 3 Minute Code video. As you mentioned, the creation of tables is quite complicated to explain but you have done a great job. I'm now thinking of a project where I can use this newfound knowledge. Three excellent videos in your 'Tutorial' series, I'm really looking forward to the next. Thank you for the time that you have put into making these videos. A Ko-fi is on it's way to you, enjoy!

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

      Thank you Trevor, yes name of series is total fail, but i am very happy becouse people like thease videos. Do you recomend any topic for next episode?

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

      @@VolosProjects - I'm still at a very basic level, so this request may be too simple for the rest of your followers, but would you explain the code for LCD dimming for the S3 Display and incorporate the setting up of the up and down buttons, as well a graphic indicator of brightness. I know you have incorporated this in your previous projects, but this could be a stand-alone code tutorial.

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

      @@trevorshephard8572 no,this is realy goid idea, and ir will be next video. Thank you.

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

      @@VolosProjects I think the name of the series is great as it implies intent. Unlike those books where you can 'learn C++ programming in 24 hours' !!!.
      The 3 minute module is a nice target - and nobody feels distressed if it goes over, especially when the information content is of such high quality.
      Also, the viewer knows that a '3 minute module' isn't gonna be filled with loud music, fancy camera work and promotions. Way to go Volos.
      BTW, if you do some 10 second videos in the series then the mean average could meet the 3 min target on aggregate! :)

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

    Time to drink a coffee! Thanks a lot!

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

    love it, well explained

  • @laidbackobs
    @laidbackobs 4 місяці тому

    Hi Volos. Your tutorials are exeptional! I was wondering if you could also link these type of tables to the data received from a BME280 for example. That way the code could be seamlessly used as an example. Many thanks a keep on the awesome work.

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

    New Episode suggestion: T-Display-S3 and bluetooth thermal printer. Is it possible (send data to printer)?

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

      I dont know , this is quite complicate topic

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

    Volos I need your help please. I have been flowing your video series on Lilygo T-Diplay and did very good, until recently the device showing nothing on the display ( or sometimes giving me bunch of error. Bought new one, but still have the same problem. Any suggestion? Is it one of the newer driver update? Thank you for your amazing videos.

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

      did you install your board using this tutorial ua-cam.com/video/gpyeMjM9cOU/v-deo.htmlsi=xPdqgELUz_jnG1vT

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

      @@VolosProjects yes sir and it worked for me in several of your projects/tutorials. It is weird since I am using same computer, ESP device, cable, Arduino IDE.

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

      Your library probably updated it self to mew version and now its not working, please try to delete tft_espi lib and install it again using tutorial i send you.

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

      @@VolosProjects Thank you very much my friend.

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

    Hi Volos, it's a really good tutorial. However, I want to use a larger display of 240x320, but as soon as I change createSprite from 170x320 to 240x320, I'm getting a black screen. Do you know where there can be a problem?
    EDIT.
    Looks like ESP32 doesn't have enough memory.

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

      Yep, you are using older board with less memory so 320x240 is too much if you want to use sprites which is double buffering. New esp32 s3 have more memory so tgey can hande more pixels.

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

    Did you calculate how much ram is required for this kind of operations?

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

      no, i did not, but thats is interesting topic. tnx

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

    there was a time when "+0" and "-0" were different numbers but not anymore, right? ;-) (see the row 8)

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

      Haha! Well spotted. Truncation of value to output string perhaps?
      Or maybe a case of glass half full vs glass half empty!
      On a bad day I have less than nothing but on a good day I have nothing but am positive.

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

    korisno nema sta reci
    sto kazu babe kod nas
    doduse i dede
    ziv bio i veliki porasto i tri puta se zenio 🙂
    nadam se da nece da vidi ovo tvoja lepsa polovina
    pozdrav od nas

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

      Hahah, nadam se da nece, ne gleda bas moje uratke😀

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

      @@VolosProjects ali za svaki sluchaj obrisi moju poruku zene su chudo
      moja recimo to jest sve tri moje dve bivse i jedna sadasnja ako joj kazem nesto normalnim glasom chesto ne chuje ali ako sapucem recimo sa tobom na terasi brate chuje ko slepi mis
      kako jos nisam provalio ali je tako
      zene su chudo prirode
      doduse vishe chudo
      pozdrav

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

      @@djokinac I disagree, Connery was definitely the best James Bond :)

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

      @@nikthefix8918 and do you think it matters what you think
      neither to me nor to others from this channel

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

      @@djokinac It was a joke 'cos I couldn't understand the language. No offense.