cbm80amiga / rrefontgen

RRE fonts generator utility
GNU Lesser General Public License v3.0
9 stars 1 forks source link

suggested workflow to generate pbm? #1

Open lambtor opened 4 years ago

lambtor commented 4 years ago

Any recommendations for converting a TTF to pbm? I have not had much luck with netpbm documentation for converting from ttf, svg, or any other modern font format into a file format netpbm can understand.

lambtor commented 4 years ago

This can be ignored. I've managed to convert font files successfully after discovering a known issue with GLCD font creator requiring windows XP compatibility mode to write .lcd files. Cannot get the ST7789_HelloWorld.ino to display anything with Arduino_SST7789_Fast.h . SCK is IDE pin 24 and MOSI is IDE pin 23. Unsure if this would need to be debugged in Adafruit_GFX library or elsewhere, as there seems to be no way to change these two pin definitions outside of the library. image

cbm80amiga commented 4 years ago

Arduino_SST7789_Fast is optimized for AVR. Are sure your board is Arduino Uno/Mini/Nano compatible?