micropython-font-to-py icon indicating copy to clipboard operation
micropython-font-to-py copied to clipboard

A Python 3 utility to convert fonts to Python source capable of being frozen as bytecode

Results 9 micropython-font-to-py issues
Sort by recently updated
recently updated
newest added

is there a display driver for the above board? it uses the ST7789VW chipset for the display. the Docs are below. https://www.waveshare.com/wiki/Pico-LCD-1.14 I've managed to get the normal writer class...

I was able to use the included fonts in a Raspberry Pi Pico with an OLED display, but I couldn't create any that works with Asian fonts (Japanese/Korean/Chinese). Is there...

The Writer works great on a Pico with an OLED 128x64 and an SH1106 driver. It refuse to work on a Pico W. Tried MicroPython v1.21.0, v1.20.0 and v1.19.1 No...

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...

Hi, Beginner here, trying to get your [micropython-micro-gui](https://github.com/peterhinch/micropython-micro-gui) running on a raspberry pi pico + SSD1306 I2C display. I grabbed micropython 1.20.0 for my pico - but it wouldn't "import...

I've had wonderful results using Writer with an 0.96" OLED. The 1.5" driver (SSD1327) looks similar and appears to use framebuf, but I can't seem to get it to work....

Not sure this is the best place for this question, but trying to use font_to_py.py to convert a font and getting "font_to_py requires the freetype library" even though I've done...

It would be nice if I can use special chars (áíűüőöúé) i believe it is utf-8, and i tried with an otf file which allegedly support hungarian chars

Thank you very much for this library! In the explanation of Font to Python, the example is missing a call to **"Python"** OR **"python3"** so I wasted a few hours...