tinygo-org / tinyfont

Text library for TinyGo displays
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
49 stars 12 forks source link

Support for tinygo.org/x/drivers 0.14 #25

Closed sago35 closed 3 years ago

sago35 commented 3 years ago

With drivers 0.14, I get an error.

$ tinygo build -o app.hex --target wioterminal tinygo.org/x/tinyfont/examples/displays
# tinygo.org/x/tinyfont/examples/initdisplay
../dev/pkg/mod/tinygo.org/x/tinyfont@v0.0.0-20200917110732-4eca5acda0e0/examples/initdisplay/wioterminal.go:22:15: NewSpi not declared by package ili9341

note: https://github.com/tinygo-org/drivers/pull/199

sago35 commented 3 years ago

@deadprogram After this change has been merged, I want to release tinyfont 0.2.1.

deadprogram commented 3 years ago

Thanks for the fix @sago35 now merging.

deadprogram commented 3 years ago

v0.2.1 has been released.