summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondiofm.h
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2009-01-13 14:41:29 +0000
committerAndrew Mahone <andrew.mahone@gmail.com>2009-01-13 14:41:29 +0000
commit738a5643ad3248ee9fb9fc47134160681a19068c (patch)
treeb3d329d0a47431e81382e9a9f95b5adccf3811b2 /firmware/export/config-ondiofm.h
parent2fbf09752d385af861279af195d68f920859202d (diff)
downloadrockbox-738a5643ad3248ee9fb9fc47134160681a19068c.tar.gz
rockbox-738a5643ad3248ee9fb9fc47134160681a19068c.zip
support pixel aspect ratio compensation in recalc_dimension, with PAR defined as 1:1 by default, and set to 4:5 for archos bitmap targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19759 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ondiofm.h')
-rw-r--r--firmware/export/config-ondiofm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index 8233728f1b..1b3b266191 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -24,6 +24,9 @@
24#define LCD_HEIGHT 64 24#define LCD_HEIGHT 64
25#define LCD_DEPTH 1 25#define LCD_DEPTH 1
26 26
27#define LCD_PIXEL_ASPECT_WIDTH 4
28#define LCD_PIXEL_ASPECT_HEIGHT 5
29
27#define LCD_PIXELFORMAT VERTICAL_PACKING 30#define LCD_PIXELFORMAT VERTICAL_PACKING
28 31
29/* define this if you have an Ondio style 6-key keyboard */ 32/* define this if you have an Ondio style 6-key keyboard */