Getting Started with the Waveshare 1. 28" Round LCD Display (SPI)

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

ความคิดเห็น • 22

  • @joelwiesner8760
    @joelwiesner8760 ปีที่แล้ว +2

    I appreciate the detailed description as you go through the code. You explain where everything is coming from, which is appreciated! Thanks for your videos!

    • @MakingStuffwithChrisDeHut
      @MakingStuffwithChrisDeHut  ปีที่แล้ว

      Hi @joelwiesner8760,
      I am glad to hear that like the style of the videos.
      Cheers!
      Chris

  • @mihailemnaru8919
    @mihailemnaru8919 ปีที่แล้ว +2

    Thank you for making this video. you are the best.😊

    • @MakingStuffwithChrisDeHut
      @MakingStuffwithChrisDeHut  ปีที่แล้ว

      @mihailemnaru8919 Thank you for the kind words, they serve as powerful encouragement for me to keep making more!
      Cheers!
      Chris

  • @stu6097
    @stu6097 ปีที่แล้ว +1

    Have you gotten a real time clock to work with this display? If so what RTC module has worked for you?

    • @MakingStuffwithChrisDeHut
      @MakingStuffwithChrisDeHut  ปีที่แล้ว +1

      I did a video a while back with a real time clock. It was expensive and fragile. However, I am sure there are plenty others out there to look at.
      Cheers!
      Chris

  • @isaiasdelgado5201
    @isaiasdelgado5201 ปีที่แล้ว +2

    Hi Chris, I really liked your video and I was wondering if you have worked with the raspberry pico with an oled ssd1331, a video on that would be nice. greetings

    • @MakingStuffwithChrisDeHut
      @MakingStuffwithChrisDeHut  ปีที่แล้ว +1

      HI isaiasdelgado5201 ,
      That is not ringing a bell as a OLED I have used, however, my memory isn't the best ;-). Here is a link to the the regular webpage with has a full listing of all videos on my TH-cam channel. Have a look here to see if you find. There have been a number of OLED display I have tried to do videos on about a year ago and never could get them to work, despite being advertised to work with the PICO.
      makingstuffwithchrisdehut.com/
      Sorry I can be of more help than this at the moment.
      Cheers!
      Chris

  • @owlytv
    @owlytv 4 หลายเดือนก่อน

    Hi Chris! Thanks so much for making this! I was wondering for a complete newbie how one might stream video like an mp4 to a display like this? Thank you!

    • @MakingStuffwithChrisDeHut
      @MakingStuffwithChrisDeHut  4 หลายเดือนก่อน

      Good morning owlytv ,
      Being that it is a SPI interface I am not sure if that can handle the amount of data to display video. I have never looked into it but there are certainly some very clever programmers that may have been able to make that happen.
      As a side note, the Mini Cooper now uses a large, round display for their dashboard, I love the looks of that.
      Cheers!
      Chris

  • @peterwest1158
    @peterwest1158 6 หลายเดือนก่อน

    Hi Chris. I have successfully run your code and thought that it would be good to add the display of the current date and time on the Waveshare. Here I have hit an issue when trying to use some of the python Time functions as they do not appear to be included in the Russ Hughes UF2 file. I tried to use "import datetime" to use the strftime() function. I get an error stating that datetime does not exist. Any ideas on how to get over this? I will try using another pico with the standard UF2 but obviously comment out the display bits. Cheers Peter

    • @MakingStuffwithChrisDeHut
      @MakingStuffwithChrisDeHut  6 หลายเดือนก่อน

      Hmmm, I wonder if that library exists within micopython?

    • @peterwest1158
      @peterwest1158 6 หลายเดือนก่อน

      @@MakingStuffwithChrisDeHut I ran it on a normal pico UF2 an it still said datetime not found so I guess you are likely to be correct. Thanks

    • @MakingStuffwithChrisDeHut
      @MakingStuffwithChrisDeHut  6 หลายเดือนก่อน

      @@peterwest1158 I have been down that same road on a couple of things, it is a bummer. Being that the pico is so powerful and is programmed much like the PIs, we often forget the PICO is a lowly microcontroller.
      Cheers!
      Chris

    • @peterwest1158
      @peterwest1158 6 หลายเดือนก่อน

      @@MakingStuffwithChrisDeHut Hi again, I have cracked the problem thanks to some help from the MicroPython forum. I am using localtime() and formatting the elements in tuples for each field that I want.

    • @MakingStuffwithChrisDeHut
      @MakingStuffwithChrisDeHut  6 หลายเดือนก่อน

      @@peterwest1158 AWESOME!!!! Thanks for sharing that update and I am glad you got that worked out.
      Cheers!
      Chris

  • @BrixBOMBAY
    @BrixBOMBAY 4 หลายเดือนก่อน

    Make a video on TinyML and tensorflow lite or edge ai possibilities on pico

    • @MakingStuffwithChrisDeHut
      @MakingStuffwithChrisDeHut  4 หลายเดือนก่อน

      Good morning BrixBOMBAY,
      Unfortunately, that is not a topic I have planned.
      Cheers!
      Chris