A SSD1306 display utility with a font maker #16567
sxkod
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
You might be interested in the writer class which can be used with font_to_py.py to render any font to SSD1306. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I rewrote an SSD1306 display driver/utility for Micropython. It also has a Tk interface based fontmaker to make icons and bigger fonts. It supports 8x8 and 16x16 fonts. I am planning to make some fonts and add to the repo in the near future but for now, the driver and the fontmaker are here
Thanks and feel free to critique and make suggestions.
https://github.com/sxkod/ssd1306
https://github.com/sxkod/fontmaker
Beta Was this translation helpful? Give feedback.
All reactions