> - Nokia 3310 controller already deals with auto-wrap, according to > datasheet. Defining FONT_AUTO_WRAP while using glcd_nokia_3310.jal library > isn't allowed (error message).
This is strange, and maybe I don't quite understand. I had a quick look at the datasheet. Is the only size font you can use on this display 5x8? It looks like nokia display is cut into 5x8 pixel chunks, is this correct? Can you only draw text within each chunk and not cross over chunks? 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. Can you draw my 8x12 font? > I've added some color constants to constants_jallib.jal Can color constants go in the device's library? We should not assume that 0x0000 is white and 0xFFFF is black, expectantly since 0xFFFF is white for my glcd :) Matt. -- 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.
