Это видео недоступно.
Сожалеем об этом.

Cheap ILI9431 TFT Display on Raspberry Pi Zero (W)

Поделиться
HTML-код
  • Опубликовано: 8 дек 2021
  • Follow the steps in this video to setup the cheap ILI9431 TFT display on Raspberry Pi Zero or Pi Zero W.
    You can find this cheap TFT display on Amazon, eBay or Ali-express under US10.
    Display Resolution : 320 x 240
    Size: 2.2", 2.4" and 3.2" available
    You need git and cmake package installed on your pi, try this commands:
    sudo apt-get install git
    sudo apt-get install cmake
    For the blazing fast SPI display driver, it's created by juj and please visit:
    github.com/juj...

Комментарии • 33

  • @ahsanejoyo
    @ahsanejoyo 2 года назад +2

    Thank you SO MUCH for this guide!

  • @182mm
    @182mm Год назад +6

    if u need then, copy and paste
    sudo cmake -DILI9341=ON -DGPIO_TFT_DATA_CONTROL=24 -DGPIO_TFT_RESET_PIN=25 -DSPI_BUS_CLOCK_DIVISOR=6 -DDISPLAY_ROTATE_180_DEGREE=ON -DSTATISTICS=0 ..

    • @182mm
      @182mm Год назад +1

      and if u error occur then, 1) plz check your pin connection 2) check spelling 'config.txt' and 'rc.local'

    • @182mm
      @182mm Год назад +1

      optionally, It works without LED, MISO(but, unstable!) pin.

    • @182mm
      @182mm Год назад +1

      read plz!! This works after boot up!
      So, be patient and wait!

    • @Sibylvane314
      @Sibylvane314 Год назад

      @@182mm hi, I’m kinda struggling, what do you mean? if I see white screen shall I just wait or reboot?

    • @vancosocringe7629
      @vancosocringe7629 10 месяцев назад

      @@Sibylvane314 Did you make it?

  • @alejandropacheco9383
    @alejandropacheco9383 2 года назад +3

    Hello
    Thanks for the tutorial!
    Do you have information about the touch functionality? Apparently in the documentation it says that this driver is not compatible. I bought a screen with additional touch panel

  • @alextrezvy6889
    @alextrezvy6889 10 месяцев назад +1

    Cool manual! Did you test JavaFX library with this type of display?

  • @wenfengpiao5938
    @wenfengpiao5938 Месяц назад

    Can the same method be installed on a Raspberry Pi 3B+?

  • @ThePalominojuan
    @ThePalominojuan Год назад

    Thank you very much, I got over the blank display, the display I am using is tactile, do you have any documentation that I can use?

  • @pranadeep9048
    @pranadeep9048 9 месяцев назад

    Hello sir this will work on xcluma 3.5" Inch LCD Tft Touch Screen Display for Raspberry Pi 3 Board with Stylus

  • @lunimaya100
    @lunimaya100 2 года назад +3

    i did everything exact but it is just white could you please reply so we can talk

    • @vick3394
      @vick3394 2 года назад

      same. I got white screen

    • @alejandropacheco9383
      @alejandropacheco9383 2 года назад +3

      @@vick3394 Check gpio pins, program initialization after power on, and compile parameters. I recommend starting with low frequencies in "clock divisor " from 30

    • @thebusinesscentre
      @thebusinesscentre Год назад

      @@alejandropacheco9383 ❤ legend

  • @soscilogical1904
    @soscilogical1904 Год назад

    Hey Man! I have a project to buy LCD screens of 15" that can be used by children as a 24/7 school module in villages far away. I want to cost less than $200, use solar power, 12 nice lithium cells, a super tough glass on top of the LCD, and a standard laptop touchpad with cellotape and 3 wires in case we should change the touchpad. The idea is that 3-5 kids can learn from thousands of books for about 10 years until the system breaks. everything is locked in cheap steel frame and metal-cement housing so it stays in one place. what do you think?

  • @ertibimbashi9135
    @ertibimbashi9135 2 месяца назад

    than kyou - how do we disable chrome's error regarding the home assistant not having a valid certificate. I get "ERR_SSL_PROTOCOL_ERROR"

    • @adityavakil9371
      @adityavakil9371 3 дня назад

      this is because the git that juj made is absolete now but you can enable SPI in the sudo raspi-config and going to the interface configuration and enabling SPI. once you do that, reboot the pi and then it should work. You can check with lsmod | grep spi, you should have 2 things come up, if you do then the SPI is enabled and ready to use

  • @182mm
    @182mm Год назад

    Great video thank you so much!

  • @andersonand3720
    @andersonand3720 Год назад

    muito boa a aula ,tenho uma pergunta se possível. Tenho um Raspberry Pi 3 e gostaria de instalar um display 3.2 SPI TFT MODULE /Drive ILI9341 Dots 240x320 e não tenho manuais de instalação é possível me ajudar a instalar o mesmo e assim pode ser até ser utilizado para conteúdo . Obrigado

  • @siatriskane9490
    @siatriskane9490 3 месяца назад

    Your instructions looks so well and logical, but it doesnt work to me. In the step "sudo make -j" When is close to finish i recieve Error 2. I have no idea what that means and what is different, because i have all the same hardware. Anyway, i will try to investigate and find solution. If some other person had tat problem i will appreciate advice. Thanks

    • @maka6000
      @maka6000 2 месяца назад +1

      In case anybody else has the same issue. What worked for me was using legacy 32-bit lite raspbian and reinstall of it.

    • @sayanbasumazumder3750
      @sayanbasumazumder3750 2 месяца назад

      ​@@maka6000hey bro I am also trying to setup mine one but i am getting black screen with white dash on the corner

    • @maka6000
      @maka6000 2 месяца назад

      @@sayanbasumazumder3750 It sounds more like a linux issue than display issue. Is the dash visible on the hdmi output too?

    • @sayanbasumazumder3750
      @sayanbasumazumder3750 2 месяца назад +1

      @@maka6000 yeah it was due to sd card corruption i checked with HDMI cable ,ironically it's working fine with ssh and vnc but anyways thanks for your response 🙏

  • @delanoche-music
    @delanoche-music 2 года назад

    Thank u so much !! it's genius

  • @emtech0
    @emtech0 Год назад

    hi, does it show the desktop like this?

  • @boramutludogan3539
    @boramutludogan3539 Год назад

    its helped me thanks!

  • @born-again-nerd5537
    @born-again-nerd5537 2 года назад

    This did not work at all :( just white screen -