diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2009-10-27 21:40:44 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-28 10:16:29 +0100 |
commit | 4460e876e2cd536e41b93227e384544c875aaa71 (patch) | |
tree | 6e640bc582cfe8152aa2d8a4fd9a91dcdddcfa04 /recipes/fbset | |
parent | 9c5d1cb40bcb1d9412112bf73d7c7f4732989e89 (diff) |
fbset-modes: Add fb.modes for the omap3-pandora LCD.
Diffstat (limited to 'recipes/fbset')
-rw-r--r-- | recipes/fbset/fbset-modes.bb | 2 | ||||
-rw-r--r-- | recipes/fbset/fbset-modes/omap3-pandora/fb.modes | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/recipes/fbset/fbset-modes.bb b/recipes/fbset/fbset-modes.bb index 403751c90a..0f57609ab7 100644 --- a/recipes/fbset/fbset-modes.bb +++ b/recipes/fbset/fbset-modes.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Default display timings and resolutions for fbset" PV = "0.1.0" -PR = "r3" +PR = "r4" SRC_URI = "file://fb.modes" diff --git a/recipes/fbset/fbset-modes/omap3-pandora/fb.modes b/recipes/fbset/fbset-modes/omap3-pandora/fb.modes new file mode 100644 index 0000000000..0c87401b5f --- /dev/null +++ b/recipes/fbset/fbset-modes/omap3-pandora/fb.modes @@ -0,0 +1,6 @@ +mode "800x480-65" + # D: 36.001 MHz, H: 34.124 kHz, V: 64.998 Hz + geometry 800 480 800 480 16 + timings 27777 40 214 10 34 1 1 + rgba 5/11,6/5,5/0,0/0 +endmode |