adafruit / Adafruit_CircuitPython_Display_Text

Library to display text using displayio
MIT License
57 stars 38 forks source link

Outlined label #203

Closed FoamyGuy closed 7 months ago

FoamyGuy commented 7 months ago

This adds a new class OutlinedLabel which is a subclass of BitmapLabel that allows specifying a stroke outline size and color to draw with the text. A new example is also provided to illustrate it's usage.

This feature requires 9.x due to API changes in displayio and bitmaptools.

I tested the example as well as a few additional usages with custom font successfully on PyPortal Titano and Feather S3 TFT.