adafruit / Adafruit_CircuitPython_SharpMemoryDisplay

CircuitPython library for SHARP Memory monochrome displays
MIT License
9 stars 12 forks source link

added font file #14

Closed ThomasBurgess2000 closed 4 years ago

ThomasBurgess2000 commented 4 years ago

The font file necessary to run the sharpmemorydisplay_simpletest.py was not present in the examples directory.

tannewt commented 4 years ago

@makermelissa What do you think?

makermelissa commented 4 years ago

@tannewt It's because this library is built on top of framebuf. I think it would probably help folks to include the font file. It's not like it really changes at all where we'd have to update it in multiple places.