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

Driver for waveshare 7.5V2 #56

Open WarriorKnight opened 6 months ago

WarriorKnight commented 6 months ago

Hey, managed to get this working on my 1306 with no problem, but i'm getting into problems with editing the driver for 7.5V2. Also, there appears to by none on the internet already. Could you please give me some help with making this work.

Thanks, Darkk

peterhinch commented 6 months ago

If you mean this display writing a display driver is a substantial task. It would also require a 96,000 byte frame buffer which is large. I have no plans to develop such a driver. Sorry.