ILI9341 TFT driver (#115)

* ILI9341: TFT display implementation
This commit is contained in:
BCG
2020-01-07 14:11:46 -05:00
committed by Ron Evans
parent f4bccd1fed
commit 6716bb6c0a
9 changed files with 2151 additions and 0 deletions
+2
View File
@@ -49,6 +49,8 @@ smoke-test:
@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/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