Is is possible to control individual pixels through a serial lcd interface.
This is the one I'm using with one of their 16x2 displays:
In the datasheet it says something to the effect that it can use any HD44780 command so I should be able to have total control over the lcd if I want, right?
My other thought is to do a couple of user definable characters, but I'm not sure where to start. It should have room for 8 of them right? That would be all I need. These would be: HD44780 LCD User-Defined Graphics fifth row on the left.
(The reason I am doing this: I have sensor information displayed on the LCD. Right now it is a discrete number + a pseudo-analog display/bar graph. Currently it is using the block character as an increment. I'd like to fill a character block from left to right with vertical lines to get more resolution out of the pseudo-analog part of the display.)