2011/2/24 mattschinkel <[email protected]> > > - 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? >
not 8x12 font, but I can draw 6x8 font. 8x12 sort of print part of the chars, 90° rotated... > > > 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 :) > OK, sounds good, I was wondering how it would work for all glcd ! Let's move colors to GLCD libs. > 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. > > -- Sébastien Lelong http://www.sirloon.net http://sirbot.org -- 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.
