1
0
Fork 0

Add i2c display integration

Just show placeholder text for a start.
This commit is contained in:
rahix 2024-11-02 06:25:30 +01:00
parent 2d4cd5e79d
commit a61ccf61cb
4 changed files with 284 additions and 0 deletions

View file

@ -5,6 +5,7 @@ edition = "2021"
[dependencies]
env_logger = "0.11.3"
linux-embedded-hal = { version = "0.4.0", default-features = false, features = ["i2c"] }
log = "0.4.21"
process-image = "0.2.0"
@ -14,3 +15,8 @@ git = "https://github.com/rahix/profirust.git"
rev = "6274541806f2b5fb8cfdffb641ca8fa452806c81"
default-features = false
features = ["phy-linux", "std"]
[dependencies.hd44780]
package = "hd44780-driver"
git = "https://github.com/JohnDoneth/hd44780-driver"
rev = "99152ccfe2263e70c480f7d1f417181b00423d37"