Any displays that also do inverted text?
I need a display with a soft function key menu across the bottom, and I'd like to differentiate the menu visually from the rest of the on-screen info by displaying it in inverted colors (i.e. white character inside a black box). Do any of the character LCDs handle both regular and inverted text? I'd rather not get into graphical displays, both for cost and increased programming effort reasons.
No, because that's not how LCD displays work. They only way you could get inverted in a standard display like that is to use the custom characters (eight of them) and invert the text... making your own text really). But on graphic displays, you can create an entire font that inverted (I know you didn't want to get into it, but it's the easiest) and there should be some pics in the forum of the "inverted" font (and it's on the download section).
Henry J.
President
Matrix Orbital
President
Matrix Orbital
> on graphic displays, you can create an
> entire font that inverted
Well, I assumed as much and went ahead and ordered a 128x64 graphic panel. That means quite a bit more work, but it's actually the kind of work I don't mind, plus it buys lots of other benefits, especially WRT to soft menu presentation.
Still, it seems to me that there's no reason a character LCD manufacturer couldn't create a display that allowed for text attributes, like the old text displays: two bytes per character, one for the ASCII value, the other for the attribute. This shouldn't increase the cost all that much.
> entire font that inverted
Well, I assumed as much and went ahead and ordered a 128x64 graphic panel. That means quite a bit more work, but it's actually the kind of work I don't mind, plus it buys lots of other benefits, especially WRT to soft menu presentation.
Still, it seems to me that there's no reason a character LCD manufacturer couldn't create a display that allowed for text attributes, like the old text displays: two bytes per character, one for the ASCII value, the other for the attribute. This shouldn't increase the cost all that much.