Now that you're the maintainer, allow me to be the first to make a nitpicky request.

Shouldn't the buffers in vfdlib be unsigned char *'s instead of char *'s? I always have to cast my calls to these functions because Hijack expects the buffer to be an unsigned character * and vfdlib has always wanted them to be char *'s. And I think it was inconsistent where the drawText function used to actually take an unsigned char buffer while the drawLine and others took a char *. Makes it a little tough to write code. I think since the buffers are eventually going to be written to the screen with Hijack API's, vfdlib should change to use the same type that Hijack expects to avoid casting all the time.

Agreed?
_________________________
- Tony C
my empeg stuff