summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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