mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
M:Robe 500: Enable Vertical stride for main build.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23025 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d9c1bba0c6
commit
5c86f8a832
1 changed files with 6 additions and 0 deletions
|
|
@ -92,6 +92,9 @@
|
|||
#define LCD_WIDTH LCD_NATIVE_WIDTH
|
||||
#define LCD_HEIGHT LCD_NATIVE_HEIGHT
|
||||
#else
|
||||
/* Frame buffer stride */
|
||||
#define LCD_STRIDEFORMAT VERTICAL_STRIDE
|
||||
|
||||
/* This is the Landscape setup */
|
||||
#define LCD_WIDTH LCD_NATIVE_HEIGHT
|
||||
#define LCD_HEIGHT LCD_NATIVE_WIDTH
|
||||
|
|
@ -206,6 +209,9 @@
|
|||
#define USE_ROCKBOX_USB
|
||||
//#define USB_ENABLE_SERIAL
|
||||
#define HAVE_USBSTACK
|
||||
//#define HAVE_USB_POWER
|
||||
//#define USBPOWER_BUTTON BUTTON_POWER
|
||||
//#define USBPOWER_BTN_IGNORE BUTTON_TOUCH
|
||||
/* usb stack and driver settings */
|
||||
#define USB_NUM_ENDPOINTS 7
|
||||
#define USB_VENDOR_ID 0x07b4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue