View Single Post
Posts: 61 | Thanked: 43 times | Joined on Aug 2008
#133
Originally Posted by Ghostface View Post
Btw. it is currently not possible to rotate the screen of the tablet by 90° (with the xrandr stuff) and place the buttons further down (it looks like the height of 480 pixels is hardcoded).
Therefore you can't have a 90° rotated irreco layout utilitzing the full space of the screen.
#define IRRECO_SCREEN_WIDTH 800
#define IRRECO_SCREEN_HEIGHT 480

Seems pretty hardcoded for me.

harriva