sdl (#2) - Screen Rotation (#2) - Message List
Screen Rotation
due to the Z2 screen being installed sideways, all SDL apps that access the framebuffer are displayed sideways. what would be the most efficient way to fix this? at the moment, all i can think of is using SDL_gfx's rotozoom to rotate the surface being displayed, but that can be slooooow.
rossimo
01/15/08 09:31:57
-
Message #3
quick note: may be a good idea to try and integrate the following patch.
http://www.nabble.com/-patch--add-support-for-rotated-linux-framebuffers-td6318822.html#a6318822
rossimo01/17/08 23:23:48 -
Message #5
maybe i need to port kdrive or nanoX, and let X do it's own rotation and then run the SDL application. hopefully OE can provide a working X environment.
rossimo02/21/08 10:23:19
