peterhinch / micropython-font-to-py

A Python 3 utility to convert fonts to Python source capable of being frozen as bytecode
MIT License
368 stars 67 forks source link

ESP32 SoftSPI #9

Closed Lisa999 closed 6 years ago

Lisa999 commented 6 years ago

When running on a ESP32, i get this error report: AttributeError("'SoftSPI' object has no attribute 'width'",) I think it’s refering to line 53 of the writers.py file. Maybe spi.width only exists on the pyboard platform?