summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2009-10-09 03:55:14 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2009-10-09 03:55:14 +0000
commit5c86f8a8322cb75cee73b5e088625082edfab919 (patch)
tree1cabf1a3fc5dc5f9138d5cdc48b6798c37f266d3
parentd9c1bba0c6693fdce5d6e72232efaec2602b3beb (diff)
downloadrockbox-5c86f8a8322cb75cee73b5e088625082edfab919.tar.gz
rockbox-5c86f8a8322cb75cee73b5e088625082edfab919.zip
M:Robe 500: Enable Vertical stride for main build.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23025 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-mrobe500.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h
index 45733a644f..1ad521f864 100644
--- a/firmware/export/config-mrobe500.h
+++ b/firmware/export/config-mrobe500.h
@@ -92,6 +92,9 @@
92#define LCD_WIDTH LCD_NATIVE_WIDTH 92#define LCD_WIDTH LCD_NATIVE_WIDTH
93#define LCD_HEIGHT LCD_NATIVE_HEIGHT 93#define LCD_HEIGHT LCD_NATIVE_HEIGHT
94#else 94#else
95/* Frame buffer stride */
96#define LCD_STRIDEFORMAT VERTICAL_STRIDE
97
95/* This is the Landscape setup */ 98/* This is the Landscape setup */
96#define LCD_WIDTH LCD_NATIVE_HEIGHT 99#define LCD_WIDTH LCD_NATIVE_HEIGHT
97#define LCD_HEIGHT LCD_NATIVE_WIDTH 100#define LCD_HEIGHT LCD_NATIVE_WIDTH
@@ -206,6 +209,9 @@
206#define USE_ROCKBOX_USB 209#define USE_ROCKBOX_USB
207//#define USB_ENABLE_SERIAL 210//#define USB_ENABLE_SERIAL
208#define HAVE_USBSTACK 211#define HAVE_USBSTACK
212//#define HAVE_USB_POWER
213//#define USBPOWER_BUTTON BUTTON_POWER
214//#define USBPOWER_BTN_IGNORE BUTTON_TOUCH
209/* usb stack and driver settings */ 215/* usb stack and driver settings */
210#define USB_NUM_ENDPOINTS 7 216#define USB_NUM_ENDPOINTS 7
211#define USB_VENDOR_ID 0x07b4 217#define USB_VENDOR_ID 0x07b4