yuri91 / ili9341-rs

A WIP, no_std, generic driver for the ILI9341 (and ILI9340C) TFT LCD display
Apache License 2.0
57 stars 50 forks source link

Parallel gpio #8

Closed flaminggoat closed 4 years ago

flaminggoat commented 4 years ago

Added parallel GPIO interface using 8-bit Parallel MCU Interface mode. Should help with #2

Tested on stm32f429 discovery dev board. https://github.com/flaminggoat/stm32f429-discovery-rust

yuri91 commented 4 years ago

Seems good! Thank you!