Add GC9A01 Driver (#452)

* Added driver for gc9a01 round display and example code
This commit is contained in:
Lucas Matte
2022-09-18 08:22:07 -05:00
committed by GitHub
parent 7133c2e9db
commit 4061adf6db
5 changed files with 675 additions and 0 deletions
+2
View File
@@ -53,6 +53,8 @@ smoke-test:
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=pyportal ./examples/flash/console/qspi
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=microbit ./examples/gc9a01/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=feather-m0 ./examples/gps/i2c/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=feather-m0 ./examples/gps/uart/main.go