jeffkarney / SSD1322

SSD1322
4 stars 0 forks source link

Custom font #1

Open jlerma opened 10 years ago

jlerma commented 10 years ago

Hello, sorry I am not sure if I am posting this in the right spot as I am a first time user here. We have used your code to program an Arduino mega for this controller, and all worked great, thanks by the way. Currently we are having issues with trying to make custom fonts. It seems that either the desired characters are split in half and place in wrong order or not printing out the way we would expect them. Have you had any luck with making custom fonts? If so can you provide a link or reference to tools you used to accomplish this. I can send you pictures to show in better detail as to what we are seeing. Thanks for any help you can provide. Jesse

jeffkarney commented 10 years ago

Hi Jesse,

I'm glad the code was able to get you up and running. Unfortunately I have not worked with custom fonts and am not sure how to guide you along. I would take a look at the U8glib [ https://code.google.com/p/u8glib/ ] and see if that gives you any direction. Or maybe you can get that library to work with the SSD1322. It is on my list of things to do but probably won't happen for a while. While it does say it supports the SSD1322, I haven't had any luck getting it to work, but if you can, that may be a better option.

Thanks Jeff