Questo è un modulo LCD TFT da 2,8 pollici basato sul controller ILI9341, comunemente usato per visualizzare testo, grafica e semplici interfacce utente. Di solito si collega tramite un'interfaccia SPI con pin di controllo come CS, DC, SCK, MOSI e RESET, e molte varianti includono anche il touch resistivo e il collegamento per scheda microSD.
| Pin | Segnale | Descrizione |
|---|---|---|
CS |
chip-select | Chip-select for the ILI9341 display SPI interface, typically active low. |
DC |
digital | Data/command select for the display; selects command or pixel data mode. |
GND |
ground | Ground reference for display, touch, backlight, and logic signals. |
SCK |
SCK | SPI clock input for the ILI9341 display controller. |
VCC |
power | Power input for the TFT module logic and onboard circuitry. |
LED |
PWM | Display backlight supply/control input; drive high or PWM to control brightness. |
MOSI |
MOSI | SPI data input to the ILI9341 display controller. |
RESET |
reset | Hardware reset input for the display controller, usually active low. |
MISO |
MISO | LCD SPI data output to the host; often unused on write-only display setups. |
T_CS |
chip-select | Chip-select for the resistive touch controller, typically active low. |
T_DO |
MISO | Touch controller SPI MISO data output to the host. |
T_CLK |
SCK | SPI clock input for the touch controller. |
T_DIN |
MOSI | Touch controller SPI MOSI data input from the host. |
T_IRQ |
interrupt | Touch controller interrupt output, usually goes low when the screen is touched. |
SD_CS |
chip-select | Chip-select for the microSD card SPI interface, typically active low. |
SD_MISO |
MISO | SPI data from the microSD card to the controller. |
SD_SCK |
SCK | SPI clock for the microSD card interface. |
SD_MOSI |
MOSI | SPI data from the controller to the microSD card. |
Descrivi cosa vuoi realizzare. Codey Online scrive il codice, disegna lo schema di collegamento, lo compila e programma la tua scheda direttamente dal browser.
Inizia gratis