Skip to content

Commit e16b396

Browse files
authored
Add ST7920 LCD driver
1 parent 62346fd commit e16b396

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,7 @@ Work in progress drivers. Help the authors make these crates awesome!
659659
1. [SSD1675] - SPI - Tri-color ePaper display controller - ![crates.io](https://img.shields.io/crates/v/ssd1675.svg)
660660
1. [st7032i] - I2C - Dot Matrix LCD Controller driver (Sitronix ST7032i or similar). - ![crates.io](https://img.shields.io/crates/v/st7032i.svg)
661661
1. [ST7735-lcd] - SPI - An embedded-graphics compatible driver for the popular lcd family from Sitronix ![crates.io](https://img.shields.io/crates/v/st7735-lcd.svg)
662+
1. [ST7920] - SPI - LCD displays using the ST7920 controller
662663
1. [stm32-eth] - MCU - Ethernet
663664
1. [SX1278] - SPI - Long range (LoRa) transceiver
664665
1. [SX1509] - I2C - IO Expander / Keypad driver
@@ -732,6 +733,7 @@ Work in progress drivers. Help the authors make these crates awesome!
732733
[SSD1675]: https://crates.io/crates/ssd1675
733734
[st7032i]: https://github.com/dotcypress/st7032i
734735
[ST7735-lcd]: https://crates.io/crates/st7735-lcd
736+
[ST7920]: https://crates.io/crates/st7920
735737
[stm32-eth]: https://github.com/stm32-rs/stm32-eth
736738
[SX1278]: https://github.com/susu/sx1278
737739
[SX1509]: https://github.com/wez/sx1509

0 commit comments

Comments
 (0)