mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-19 14:14:00 +00:00
support for SSD1306 displays using I2C or SPI, several screen sizes (#49)
supported too
This commit is contained in:
committed by
Ron Evans
parent
ba4de1efb8
commit
ad2b76be8b
@@ -32,6 +32,8 @@ jobs:
|
||||
- run: tinygo build -size short -o test.elf -target=itsybitsy-m0 ./examples/mpu6050/main.go
|
||||
- run: tinygo build -size short -o test.elf -target=microbit ./examples/pcd8544/setbuffer/main.go
|
||||
- run: tinygo build -size short -o test.elf -target=microbit ./examples/pcd8544/setpixel/main.go
|
||||
- run: tinygo build -size short -o test.elf -target=microbit ./examples/ssd1306/i2c_128x32/main.go
|
||||
- run: tinygo build -size short -o test.elf -target=microbit ./examples/ssd1306/spi_128x64/main.go
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user