hi, i´m currently trying to implement an alternative glcd font (12x16), but it won´t work. the letters are not complete, kind of shifted, etc.
if i want to print “button” the display shows half a “p”, half a “w”, some curves which look like "s"s and so on.
what i did: i created a bitmap (192x128 px), exported it to *.xpm, converted it with convpix_c.pl to *.inc, added the header bytes (width, height,…) and renamed the file to *.c.
i managed to implement the additional font into the mb_ng firmware and into the glcd driver, “&1” and “&2” now activate the additional fonts i created, everything peachy so far. so i think the problem must be with the fonts.
which font sizes are supported? i know the height must be devidable by 8 (so 8,16,24,…), is this also the case for the width? is there something wrong with the *.xpm i created? i attached it if someone wants to take a look. is there something else i am missing?
thanks
[mb_font_12x16.rar](< base_url >/applications/core/interface/file/attachment.php?id=10422)