summaryrefslogtreecommitdiff
path: root/firmware/export/config-e200v2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-e200v2.h')
-rw-r--r--firmware/export/config-e200v2.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/config-e200v2.h b/firmware/export/config-e200v2.h
index 5b051f2a89..0dc87d4123 100644
--- a/firmware/export/config-e200v2.h
+++ b/firmware/export/config-e200v2.h
@@ -47,6 +47,7 @@
47#define LCD_DEPTH 16 /* 65536 colours */ 47#define LCD_DEPTH 16 /* 65536 colours */
48#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 48#define LCD_PIXELFORMAT RGB565 /* rgb565 */
49 49
50#ifndef BOOTLOADER
50/* define this if you have LCD enable function */ 51/* define this if you have LCD enable function */
51#define HAVE_LCD_ENABLE 52#define HAVE_LCD_ENABLE
52 53
@@ -54,6 +55,7 @@
54 should be defined as well. */ 55 should be defined as well. */
55#define HAVE_LCD_SLEEP 56#define HAVE_LCD_SLEEP
56#define HAVE_LCD_SLEEP_SETTING 57#define HAVE_LCD_SLEEP_SETTING
58#endif
57 59
58/* define this if you can flip your LCD */ 60/* define this if you can flip your LCD */
59#define HAVE_LCD_FLIP 61#define HAVE_LCD_FLIP
@@ -165,7 +167,7 @@
165#define CONFIG_USBOTG USBOTG_AS3525 167#define CONFIG_USBOTG USBOTG_AS3525
166 168
167/* enable these for the experimental usb stack */ 169/* enable these for the experimental usb stack */
168#define HAVE_USBSTACK 170//#define HAVE_USBSTACK
169#define USB_VENDOR_ID 0x0781 171#define USB_VENDOR_ID 0x0781
170#define USB_PRODUCT_ID 0x7423 172#define USB_PRODUCT_ID 0x7423
171 173