Add SSD1351 OLED display driver (#146)

* ssd1351: Add SSD1351 driver
This commit is contained in:
Yannis Huber
2020-04-24 07:30:50 +02:00
committed by GitHub
parent 9f23761c5e
commit fd9b1ba89b
5 changed files with 375 additions and 1 deletions
+2
View File
@@ -131,5 +131,7 @@ smoke-test:
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=nucleo-f103rb ./examples/shiftregister/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=hifive1b ./examples/ssd1351/main.go
@md5sum ./build/test.hex
test: clean fmt-check smoke-test