Driver ST7735 for TFT color displays (#72)

* Driver ST7735 for TFT color displays
This commit is contained in:
Daniel Esteban
2019-08-03 11:13:15 +02:00
committed by Ron Evans
parent eb040dde9c
commit 45922f6524
6 changed files with 541 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/st7735/main.go
tinygo build -size short -o ./build/test.elf -target=circuitplay-express ./examples/thermistor/main.go
tinygo build -size short -o ./build/test.elf -target=itsybitsy-m0 ./examples/vl53l1x/main.go
tinygo build -size short -o ./build/test.elf -target=microbit ./examples/waveshare-epd/epd2in13/main.go