Add Hd44780i2c driver (#173)

* hd44780i2c: add support for hd44780i2c LCD display.
This commit is contained in:
Alan Wang
2020-08-01 01:25:56 +08:00
committed by GitHub
parent 74c9ff4c76
commit 68963a1b42
4 changed files with 348 additions and 0 deletions
+2
View File
@@ -57,6 +57,8 @@ smoke-test:
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=microbit ./examples/hd44780/text/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=arduino-nano33 ./examples/hd44780i2c/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=microbit ./examples/hub75/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=pyportal ./examples/ili9341/basic