An open API service indexing awesome lists of open source software.

https://github.com/astro/rust-waveshare-4inch-tft-touch-shield

Embedded Rust implementation of display+touchscreen drivers for STM32F429
https://github.com/astro/rust-waveshare-4inch-tft-touch-shield

Last synced: about 1 year ago
JSON representation

Embedded Rust implementation of display+touchscreen drivers for STM32F429

Awesome Lists containing this project

README

          

[![Preview](https://astro.github.io/rust-waveshare-4inch-tft-touch-shield/tft.jpg)](https://astro.github.io/rust-waveshare-4inch-tft-touch-shield/tft.gif)

| **TFT Shield Pin** | **Nucleo Pin** |
|:-------------|----------------:|
| *Upper left* | *CN7* |
| `LCD_RST` | PF12 |
| `LCD_BL` | PD15 |
| `LCD_CS` | PD14 |
| `MOSI` | PA7 (SPI1 MOSI) |
| `MISO` | PA6 (SPI1 MISO) |
| `SCLK` | PA5 (SPI1 SCLK) |
| *Lower left* | *CN10* |
| `LCD_DC` | PF13 |
| `TP_BUSY` | PE9 |
| `SD_CS` | PE11 |
| `TP_CS` | PF14 |
| `TP_IRQ` | PE13 |