diff options
author | Heiko Stübner <heiko@sntech.de> | 2013-03-22 15:17:32 +0100 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-04-04 13:08:07 +0300 |
commit | b61f232ff09b6cff22d5186001027438c620da39 (patch) | |
tree | 58a6d77d46436f40346e78e647ec6cc004aa6127 /include/video | |
parent | fd3871aa5c0d108b89858263254b49d9bca2dc53 (diff) |
AUO-K190x: Add resolutions for portrait displays
The controller also contains support for displays in a portrait
orientation and it seems devices which such displays really reached
the market - Pandigital Novell seems to be one example.
Signed-off-by: Heiko Stübner <heiko@sntech.de>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/auo_k190xfb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/video/auo_k190xfb.h b/include/video/auo_k190xfb.h index ad7bc51bee9a..ac329ee1d753 100644 --- a/include/video/auo_k190xfb.h +++ b/include/video/auo_k190xfb.h @@ -22,6 +22,8 @@ */ #define AUOK190X_RESOLUTION_800_600 0 #define AUOK190X_RESOLUTION_1024_768 1 +#define AUOK190X_RESOLUTION_600_800 4 +#define AUOK190X_RESOLUTION_768_1024 5 /* * struct used by auok190x. board specific stuff comes from *board |