Hi, "shaun pinney" <[EMAIL PROTECTED]> writes:
> I'm relatively new to using DirectFB and would like to use it > with an LCD display. However, I'm not exactly sure if it is > possible to rotate the displayed image to match the screen > orientation of my LCD or how to resize the display window to > match the resolution of an arbitrary LCD (n.b. I'm thinking > fb.modes). I suppose I'm looking for the DirectFB equivalent > to the X11R6 RANDR extension in the form of a static library. > Does DirectFB provide screen rotate and resize support and if > so what APIs are available to do this? DirectFB does not yet support rotated display directly. I've written a very simple application for the IPaq that implements a rotated backbuffer for the primary surface. The code is available here: http://www.blinkenlights.de/download/blipaq-0.6.tar.gz I hope that I will soon find the time to add support for rotated backbuffers to DirectFB. Any help is of course appreciated. Salut, Sven -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
