Adding scroll functionality for ili9341 (#121)

* ili9341: Adding scroll functionality
This commit is contained in:
BCG
2020-02-08 15:12:20 -05:00
committed by GitHub
parent 0519540d0c
commit fbe36b62fd
3 changed files with 71 additions and 2 deletions
+2
View File
@@ -51,6 +51,8 @@ smoke-test:
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=pyportal ./examples/ili9341/basic/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=pyportal ./examples/ili9341/scroll/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=circuitplay-express ./examples/lis3dh/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=arduino-nano33 ./examples/lsm6ds3/main.go