Skip to content

Commit 87495b7

Browse files
committed
added USB defines for t-display
1 parent 5d16fc6 commit 87495b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: variants/lilygo_t_display/pins_arduino.h.txt

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
#include <stdint.h>
55

6+
#define USB_VID 0x1A86
7+
#define USB_PID 0x55D4
8+
#define USB_MANUFACTURER "Lilygo"
9+
#define USB_PRODUCT "T-Display"
10+
611
#define EXTERNAL_NUM_INTERRUPTS 16
712
#define NUM_DIGITAL_PINS 40
813
#define NUM_ANALOG_INPUTS 16

0 commit comments

Comments
 (0)