Raspberry Pi Pico ILI9341 display tutorial using CircuitPython

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

КОМЕНТАРІ • 23

  • @Educ8s
    @Educ8s  3 дні тому

    I hope you took away lots from this video. Let me know below!
    PS. I created a course named "Object Oriented Programming Made Easy." Get it here 👉 bit.ly/3NaMfg4

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

    Great project
    Thanks for sharing 🙂

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

      My pleasure 😊

  • @steviewde
    @steviewde Рік тому

    Thanks for the tutorial.
    Please allow me one question: Will the "analog" gauges work with a backgroud image? And how?

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

    Thank you

  • @tmz79
    @tmz79 Рік тому

    thanks a lot for the tutorial! does this work also for a display with a different size, such as 3,5", still 14 pin ILI9341? and, does it work with pico w or only with pico?

    • @Educ8s
      @Educ8s  Рік тому

      Pico W is not problem. I don't know if it works for the 3.5" display, I haven't tried it.

  • @LuisSanzSantoni-yf8sf
    @LuisSanzSantoni-yf8sf 7 місяців тому

    Great

  • @ahmedmoustafa6829
    @ahmedmoustafa6829 Рік тому

    Did you try to use the sd card with the display? Did it work?

  • @saydiy1528
    @saydiy1528 Рік тому +1

    good job. you shown a head at 5:10, can you show a jpeg image in that shape same as? thanks.

  • @luisfersanz9492
    @luisfersanz9492 Рік тому

    Please, can you do a tutorial with raspberry pi pico W, tft display and makecode arcade? I would like build my own handheld game console, but I haven't the skills. Thanks for your time

  • @keralagamingbuddy8472
    @keralagamingbuddy8472 8 місяців тому

    bro can i use the same library to work with micro-python code , I am also using thonny ide , but i don't get the difference between the circuit python and micro-python , please help!!

  • @chouuul307
    @chouuul307 Рік тому

    Hi i search on internet but i found nothing ...
    I bought a 2" TFT LCD Screen but there is no SDI or SCK pin but SDA and SCL...
    It's the same thing ? Do you have a tutorial for this ?

    • @davidd2661
      @davidd2661 Рік тому

      SDI is SDA - serial data (in)
      SCL IS SCK. - serial clock
      But you should def check the definitions of the pins where you bought it.

  • @erandiromesha2365
    @erandiromesha2365 Рік тому

    Can you do this with micro python?

  • @hippie-io7225
    @hippie-io7225 2 роки тому

    Nice video! What is the power draw of this setup?

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

      I just checked it, it is around 60mA when powered from the USB port.

  • @ohadduman6498
    @ohadduman6498 Рік тому

    this tutorial work whit raspberry pi 4 or only with pico ?

    • @Educ8s
      @Educ8s  Рік тому

      Only with pico.

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

    Code for this isn't available with the link.

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

      Sorry for that. It is now fixed! Thanks for letting me know.

  • @harshitbhat715
    @harshitbhat715 Рік тому +1

    How to print horizontally..

    • @Educ8s
      @Educ8s  Рік тому +1

      Change the rotation on the constructor of the display object.