mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-06-06 05:18:48 +00:00
Merge #372
372: Add Ft6x36 touch screen driver r=eldruin a=pyaillet Hi ! Thank you for pulling this list together. This PR adds the [Ft6x36 I2C Touch Screen driver](https://github.com/pyaillet/ft6x36-rs) Co-authored-by: Pierre-Yves Aillet <pyaillet@gmail.com>
This commit is contained in:
commit
f47f3e45ff
1 changed files with 2 additions and 0 deletions
|
@ -879,6 +879,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
||||||
1. [epd-waveshare] - SPI - driver for E-Paper Modules from Waveshare 
|
1. [epd-waveshare] - SPI - driver for E-Paper Modules from Waveshare 
|
||||||
1. [embedded-morse] - Output morse messages - 
|
1. [embedded-morse] - Output morse messages - 
|
||||||
1. [embedded-nrf24l01] - SPI+GPIO - 2.4 GHz radio
|
1. [embedded-nrf24l01] - SPI+GPIO - 2.4 GHz radio
|
||||||
|
1. [Ft6x36] - I2C - Rust driver for focal tech touch screen FT6236, FT6336 - 
|
||||||
1. [GridEYE] - I2C - Rust driver for Grid-EYE / Panasonic AMG88(33) - 
|
1. [GridEYE] - I2C - Rust driver for Grid-EYE / Panasonic AMG88(33) - 
|
||||||
1. [HC-SR04] - DIO - Ultrasound sensor
|
1. [HC-SR04] - DIO - Ultrasound sensor
|
||||||
1. [HD44780-driver] - GPIO - LCD controller - 
|
1. [HD44780-driver] - GPIO - LCD controller - 
|
||||||
|
@ -968,6 +969,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
||||||
[epd-waveshare]: https://crates.io/crates/epd-waveshare
|
[epd-waveshare]: https://crates.io/crates/epd-waveshare
|
||||||
[embedded-morse]: https://crates.io/crates/embedded-morse
|
[embedded-morse]: https://crates.io/crates/embedded-morse
|
||||||
[embedded-nrf24l01]: https://crates.io/crates/embedded-nrf24l01
|
[embedded-nrf24l01]: https://crates.io/crates/embedded-nrf24l01
|
||||||
|
[Ft6x36]: https://crates.io/crates/ft6x36
|
||||||
[GridEYE]: https://crates.io/crates/grideye
|
[GridEYE]: https://crates.io/crates/grideye
|
||||||
[HC-12]: https://crates.io/crates/hc12-at
|
[HC-12]: https://crates.io/crates/hc12-at
|
||||||
[HC-SR04]: https://github.com/nordmoen/hc-sr04
|
[HC-SR04]: https://github.com/nordmoen/hc-sr04
|
||||||
|
|
Loading…
Reference in a new issue