adafruit / Adafruit_CircuitPython_DisplayIO_Layout

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

Handle missing bitmaptools #55

Closed rsbohn closed 2 years ago

rsbohn commented 2 years ago

If bitmaptools is missing an ImportError will be raised. Update code to handle the correct Error.