
本教程将向您展示如何使用 micropython 脚本设置带有 Pico 的 TFT 触摸显示器。您将学习如何使用触摸屏来控制 Pico 以及如何在屏幕上显示信息。
在本教程结束时,您将拥有一个可用于您自己的项目的工作 TFT 触摸显示器。这是一款非常适合与 Raspberry Pi Pico 搭配使用的小显示器,因为它非常易于设置和使用。
Table of Contents
- Required materials
- ILI9341 Driver chip
- 2.8-inch TFT touch display
- Interfacing TFT LCD Touch Screen Display With Raspberry Pi Pico
- Micropython Code & Libraries
- Example Code
- Display Your Image on a Raspberry Pi Pico! 2.8″ TFT LCD
- Working