kublet / community

Build for Kublet!
https://thekublet.com
Apache License 2.0
9 stars 15 forks source link

Arial Bold fonts not available #4

Closed lordscarlet closed 4 months ago

lordscarlet commented 4 months ago
src/main.cpp:84:39: error: 'Arial_20_Bold' was not declared in this scope
audreylim commented 4 months ago

Thanks, fixed in latest kgfx release. Please update the line in your platformio.ini file to:

 kublet/KGFX@^0.0.14

Then run krate build and see if it can find the font. If you see an UnknownPackageError, run pio system prune. You only need to prune cached data:

Prune cached data:
 - cached API requests
 - cached package downloads
 - temporary data
Do you want to continue? [y/N]: y
Space on disk: 5.52MB

Prune unnecessary core packages:
Calculating...
Do you want to continue? [y/N]: n
Aborted!

We made kgfx public on GitHub: https://github.com/kublet/kgfx and welcome contributions to it.