Diymall 9.6 oled.

Discuss development of drivers for external hardware and components, such as LCD screens, sensors, motor drivers, etc.
Target audience: Users and developers of drivers.
Post Reply

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Diymall 9.6 oled.

Post by pythoncoder » Fri Mar 02, 2018 7:12 am

Have you seen my solution to the problem of fonts? This Python utility converts industry standard font files to MicroPython source files which can be frozen as bytecode. Rather than pulling the entire dataset into RAM individual glyphs can be accessed directly from Flash with minimal RAM usage.
Peter Hinch
Index to my micropython libraries.

Post Reply