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
- Host: GitHub
- URL: https://github.com/astro/rust-waveshare-4inch-tft-touch-shield
- Owner: astro
- Created: 2018-11-20T23:13:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T22:48:38.000Z (over 7 years ago)
- Last Synced: 2025-03-24T05:11:31.431Z (about 1 year ago)
- Language: Rust
- Size: 5.51 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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 |