Skip to content

Commit ec00fde

Browse files
authored
initial support for UC8151 driver, used in Pimoroni's badger2040 e-paper (#416)
1 parent e495109 commit ec00fde

File tree

5 files changed

+923
-84
lines changed

5 files changed

+923
-84
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@ endif
235235
@md5sum ./build/test.uf2
236236
tinygo build -size short -o ./build/test.hex -target=pico ./examples/irremote/main.go
237237
@md5sum ./build/test.hex
238+
tinygo build -size short -o ./build/test.hex -target=badger2040 ./examples/uc8151/main.go
239+
@md5sum ./build/test.hex
238240
tinygo build -size short -o ./build/test.uf2 -target=pico ./examples/scd4x/main.go
239241
@md5sum ./build/test.uf2
240242

@@ -243,7 +245,7 @@ NOTESTS = build examples flash semihosting pcd8544 shiftregister st7789 micropho
243245
hcsr04 ssd1331 ws2812 thermistor apa102 easystepper ssd1351 ili9341 wifinina shifter hub75 \
244246
hd44780 buzzer ssd1306 espat l9110x st7735 bmi160 l293x keypad4x4 max72xx p1am tone tm1637 \
245247
pcf8563 mcp2515 servo sdcard rtl8720dn image cmd i2csoft hts221 lps22hb apds9960 axp192 xpt2046 \
246-
ft6336 sx126x ssd1289 irremote
248+
ft6336 sx126x ssd1289 irremote uc8151
247249
TESTS = $(filter-out $(addsuffix /%,$(NOTESTS)),$(DRIVERS))
248250

249251
unit-test:

0 commit comments

Comments
 (0)