SetPixel removed, formatting

This commit is contained in:
k-brk
2019-05-04 15:37:10 +02:00
committed by Ron Evans
parent 4560c61c61
commit ba4de1efb8
5 changed files with 52 additions and 31 deletions
+2 -2
View File
@@ -23,6 +23,8 @@ jobs:
- run: tinygo build -size short -o test.elf -target=itsybitsy-m0 ./examples/espat/espconsole/main.go
- run: tinygo build -size short -o test.elf -target=itsybitsy-m0 ./examples/espat/esphub/main.go
- run: tinygo build -size short -o test.elf -target=itsybitsy-m0 ./examples/espat/espstation/main.go
- run: tinygo build -size short -o test.elf -target=microbit ./examples/hd44780/customchar/main.go
- run: tinygo build -size short -o test.elf -target=microbit ./examples/hd44780/text/main.go
- run: tinygo build -size short -o test.elf -target=microbit ./examples/hub75/main.go
- run: tinygo build -size short -o test.elf -target=circuitplay-express ./examples/lis3dh/main.go
- run: tinygo build -size short -o test.elf -target=itsybitsy-m0 ./examples/mag3110/main.go
@@ -33,5 +35,3 @@ jobs:
- run: tinygo build -size short -o test.elf -target=circuitplay-express ./examples/thermistor/main.go
- run: tinygo build -size short -o test.elf -target=itsybitsy-m0 ./examples/vl53l1x/main.go
- run: tinygo build -size short -o test.elf -target=circuitplay-express ./examples/ws2812/main.go
- run: tinygo build -size short -o test.elf -target=microbit ./examples/hd44780/text/main.go
- run: tinygo build -size short -o test.elf -target=microbit ./examples/hd44780/customchar/main.go