2011/2/24 mattschinkel <[email protected]> > > If so, FONT_AUTO_WRAP = TRUE should allow normal usage, and > FONT_AUTO_WRAP = FALSE should stop any auto wrap or give an error > message. Defining this should be allowed for consistency. >
Yes, I've fixed this, when FONT_AUTO_WRAP = FALSE, it generates a warning "FONT_AUTO_WRAP must be set to TRUE because this is\n\tthe default behavior for this GLCD controller". Could be changed for an error, but, after all, user may want to bypass autowrap logic in your lcd'put(), and deals itself with this. > > Can you draw my 8x12 font? Now I can remember... It's not coded like the others, it's as though it's 90° rotated in your encoding. So, this is about FONT_BIT_DIRECTION, isn't ? How do you print it ? Seb -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
