TFT LCD Basics

Поділитися
Вставка
  • Опубліковано 23 січ 2025

КОМЕНТАРІ • 24

  • @victororo462
    @victororo462 6 років тому

    I'm just learning code for displays, and I believe that you just taught me how to properly display sensor data. Which, hardly anyone describes how to do.
    I'm trying to make a clock that shows temp, humidity, air quality.
    And I don't really know what line does what, just basically taking a shot in the dark.
    But you also simplified getting sensor data from the dht, and displaying it.
    Time to try this!
    I've pulled out enough hair, I believe..lol.
    Thanks for sharing!

    • @learnelectronics
      @learnelectronics  6 років тому

      Thank you

    • @victororo462
      @victororo462 6 років тому

      learnelectronics It didn't work. LOL.
      I got up at 3am, tried it. It didn't work.
      What would be the code to display raw data from say a gas sensor? The type that are on a small breakout board? I just need the raw data code.
      Any help would be greatly appreciated!

  • @McBryen
    @McBryen 7 років тому +2

    Awesome videos. Hope your channel continues to grow!

  • @_craM_
    @_craM_ 2 роки тому +1

    thank you soooo much! i can use it for my graduation project

  • @colescustom
    @colescustom 6 років тому

    This was great, I bought a 3.5" TFT (no touch). I found the drivers and was able to get the test programs loaded, but I just didn't know where to start making my own program. I was able to get a simple Hello World type program up and running by examining your code, the comments were helpful.

  • @konstantinlee2275
    @konstantinlee2275 2 роки тому

    WOW! Video from XIX century!!

  • @Roofers91
    @Roofers91 6 років тому +1

    Set text color (textcolor, backgroundcolor) so it will print green text with black background. No refresh needed. It will overwrite without flickering

  • @sivanandkamath9389
    @sivanandkamath9389 6 років тому

    How to clear the text only... I'm new to LCD . Can you provide code for that?
    I created a grey background for the sensor value( time and temperature).
    Thankyou in adv

  • @saidennaghimi5318
    @saidennaghimi5318 6 років тому

    Thank you very much for this video.

  • @dswilliams7543
    @dswilliams7543 4 роки тому

    Very Cool Thanks a bunch......

  • @lotfibouchiba1537
    @lotfibouchiba1537 2 роки тому

    merci beaucoup

  • @varmagosala123
    @varmagosala123 4 роки тому

    good video sir . thank you

  • @robabsolent
    @robabsolent 6 років тому

    Thank you so much

  • @fredlllll
    @fredlllll 7 років тому

    of course the whole screen update is slow, think about all the bytes that little microcontroller has to push via SPI or whatever the screen uses.

  • @hoppynaki
    @hoppynaki 6 років тому

    No. You can't wipe the numbered area of the screen. It just lays this area with the changing digits, including black spaces, until it looks a mess. I have only been successful with a complete screen refresh as in your example. A lot of TFT Displays have this problem and it is driving me nuts!!!

  • @CollinBaillie
    @CollinBaillie 3 роки тому

    Dude... you could have used the 5v above D22/23 and GND below D52/53!