Город МОСКОВСКИЙ
00:20:52

Connect an SPI LCD TFT Display to Your Raspberry Pi Pico With MicroPython - ILI9341 Driver

Аватар
Молодежный Python-клан
Просмотры:
110
Дата загрузки:
02.12.2023 21:42
Длительность:
00:20:52
Категория:
Обучение

Описание

Adding an LCD screen to your Raspberry Pi Pico projects is always a great feature to have in your tool kit. Whether it's for a user interface display or for a game console it adds that visual feedback that some devices need.

Cheap, SPI based LCD TFT units, with driver chips such as the ILI9341 are easing found on eBay and Amazon and can be simply connected to your Pi Pico with only six GP pins.

In this video I'll show you how to connect the display, download a driver to code it and then run some demos to test that it all works.

0:00 Introduction
1:19 Connection circuit
3:56 Circuit diagram
4:18 Driver package download
5:15 Create PyCharm project
5:40 Cleanup project
6:10 Bouncing Box Demo program
9:24 SPI interface setup
12:40 Using PyCharm to upload the whole project
15:00 Running the demo
18:09 Running other demos
18:45 Conclusions and next steps

Don't forget to check out the project page on my main website at
https://bytesnbits.co.uk/raspberry-pi-pico-spi-lcd-display

The library code used can be found at
https://github.com/rdagger/micropython-ili9341

If you need to get your Raspberry Pi Pico development system set up please check out my Getting Started video at
https://youtu.be/44dwZCz4_sc

If you want to pick up an SPI LCD to make this project yourself go to...

Amazon
https://amzn.to/3xJKGNa

eBay
https://ebay.us/hpEezX

Рекомендуемые видео