CircuitPython/fontio.py

changeset 7
e336d6afc5a6
parent 6
81a2208f13e4
--- 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

eric ide

mercurial