SSD1331 TFT color display (#77)

This commit is contained in:
Daniel Esteban
2019-08-05 17:54:23 +02:00
committed by Ron Evans
parent 4867abcbba
commit bf077c8249
5 changed files with 354 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@ smoke-test:
tinygo build -size short -o ./build/test.elf -target=microbit ./examples/sht3x/main.go
tinygo build -size short -o ./build/test.elf -target=microbit ./examples/ssd1306/i2c_128x32/main.go
tinygo build -size short -o ./build/test.elf -target=microbit ./examples/ssd1306/spi_128x64/main.go
tinygo build -size short -o ./build/test.elf -target=microbit ./examples/ssd1331/main.go
tinygo build -size short -o ./build/test.elf -target=microbit ./examples/st7735/main.go
tinygo build -size short -o ./build/test.elf -target=microbit ./examples/st7789/main.go
tinygo build -size short -o ./build/test.elf -target=circuitplay-express ./examples/thermistor/main.go