adafruit / Adafruit_CircuitPython_DisplayIO_Layout

A Circuitpython helper library for display element layout using displayio.
MIT License
10 stars 14 forks source link

transparency in icon image. Background color for label. #68

Closed FoamyGuy closed 2 years ago

FoamyGuy commented 2 years ago

This adds two new features to the IconWidget both exposed as arguments to the constructor

Both of these new features are used in the PyPortal Busy Simulator app that I am working on a guide for.

FoamyGuy commented 2 years ago

Initially this failed CI due to sphinx not being able to find BDF class. In the latest commit I added bitmap_font library to requirements.txt in order to resolve that and make it passing CI.