diff -r 81a2208f13e4 -r e336d6afc5a6 CircuitPython/fontio.py --- a/CircuitPython/fontio.py Wed Aug 28 19:53:19 2019 +0200 +++ b/CircuitPython/fontio.py Thu Aug 29 19:05:05 2019 +0200 @@ -8,9 +8,7 @@ """ class BuiltinFont(): - @property - def bitmap(self): - pass + bitmap = object() def get_bounding_box(self): pass