|
From: Antonino D. <ad...@po...> - 2002-12-14 21:35:21
|
On Fri, 2002-12-13 at 23:33, Michael Kaufmann wrote: > Hello, > > i would like to use a mono LCD with a framebuffer driver. > > I've modified existing drivers, and after a lot of work i now have a clear > picture on my display. Unfortunately, the complete picture is mirrored. > The Bootlogo is top/right instead of top/left and the ascii output starts from > right to left. > > Where is the right place to modify this behaviour? > I'm also looking for a possibility to rotate the picture. > Because my videocontroller can emulate 15 grayscales, i'm useing 4bpp. > > It would be very nice, if someone can guide me in the right direction. > Are you using fbcon-cfb4.c to draw the characters? Is the whole display mirrored, including individual characters? If you run an fb-based app (like fbtest for instance), is the display also mirrored? If it's the whole display, maybe your hardware supports mirroring (some hardware with video overlay need this to support YUV formats that are either vertically or horizontally mirrored). Maybe it has something like that. Otherwise, it will be difficult to correct this without rewriting practically everything. Tony |