olikraus / u8glib

Arduino Monochrom Graphics Library for LCDs and OLEDs
https://github.com/olikraus/u8glib/wiki
Other
1.25k stars 315 forks source link

BDF converter for OSX #419

Open christophepersoz opened 8 years ago

christophepersoz commented 8 years ago

Hello,

Is that possible to have the binary of BDF2U8G compiled for OS X ? Thanks !

olikraus commented 8 years ago

For U8glib or U8g2? Font format is different :-(

For U8glib the source is just a single file, so i guess you can compile it by yourself: https://github.com/olikraus/u8glib/tree/master/tools/font/bdf2u8g

For U8g2 the source is little bit more complicated, but you just have to compile and link all .c files: https://github.com/olikraus/u8g2/tree/master/tools/font/bdfconv

I also do not have any OS X here, so i unfortunately can not do this for you :-(

maciekish commented 2 years ago

This is old but i was able to compile bdfconv on macOS in case anyone needs it. It's very simple however, make sure you have Xcode and the command line tools installed, then its just a matter of cd:ing into the folder and make.

This is the Apple Silicon version binary bdfconv.zip

Schokobecher commented 7 months ago

Even older now, but I made a Universal binary for macOS x86_64/arm64

bdfconv_macos_universal.zip