File tree 3 files changed +19
-19
lines changed
heltec_vision_master_e290
heltec_vision_master_e_213
heltec_vision_master_t190
3 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 4
4
#include <stdint.h>
5
5
6
6
#define Vision_Master_E290 true
7
- #define DISPLAY_HEIGHT 128
8
- #define DISPLAY_WIDTH 296
7
+ #define DISPLAY_HEIGHT 128
8
+ #define DISPLAY_WIDTH 296
9
9
10
10
#define USB_VID 0x303a
11
11
#define USB_PID 0x1001
@@ -16,10 +16,10 @@ static const uint8_t RX = 44;
16
16
static const uint8_t SDA = 39 ;
17
17
static const uint8_t SCL = 38 ;
18
18
19
- static const uint8_t SS = 8 ;
20
- static const uint8_t MOSI = 10 ;
21
- static const uint8_t MISO = 11 ;
22
- static const uint8_t SCK = 9 ;
19
+ static const uint8_t SS = 8 ;
20
+ static const uint8_t MOSI = 10 ;
21
+ static const uint8_t MISO = 11 ;
22
+ static const uint8_t SCK = 9 ;
23
23
24
24
static const uint8_t A0 = 1 ;
25
25
static const uint8_t A1 = 2 ;
Original file line number Diff line number Diff line change 4
4
#include <stdint.h>
5
5
6
6
#define Vision_Master_E213 true
7
- #define DISPLAY_HEIGHT 122
8
- #define DISPLAY_WIDTH 250
7
+ #define DISPLAY_HEIGHT 122
8
+ #define DISPLAY_WIDTH 250
9
9
10
10
#define USB_VID 0x303a
11
11
#define USB_PID 0x1001
@@ -16,10 +16,10 @@ static const uint8_t RX = 44;
16
16
static const uint8_t SDA = 39 ;
17
17
static const uint8_t SCL = 38 ;
18
18
19
- static const uint8_t SS = 8 ;
20
- static const uint8_t MOSI = 10 ;
21
- static const uint8_t MISO = 11 ;
22
- static const uint8_t SCK = 9 ;
19
+ static const uint8_t SS = 8 ;
20
+ static const uint8_t MOSI = 10 ;
21
+ static const uint8_t MISO = 11 ;
22
+ static const uint8_t SCK = 9 ;
23
23
24
24
static const uint8_t A0 = 1 ;
25
25
static const uint8_t A1 = 2 ;
Original file line number Diff line number Diff line change 4
4
#include <stdint.h>
5
5
6
6
#define Vision_Master_T190 true
7
- #define DISPLAY_HEIGHT 170
8
- #define DISPLAY_WIDTH 320
7
+ #define DISPLAY_HEIGHT 170
8
+ #define DISPLAY_WIDTH 320
9
9
10
10
#define USB_VID 0x303a
11
11
#define USB_PID 0x1001
@@ -16,10 +16,10 @@ static const uint8_t RX = 44;
16
16
static const uint8_t SDA = 2 ;
17
17
static const uint8_t SCL = 1 ;
18
18
19
- static const uint8_t SS = 8 ;
20
- static const uint8_t MOSI = 10 ;
21
- static const uint8_t MISO = 11 ;
22
- static const uint8_t SCK = 9 ;
19
+ static const uint8_t SS = 8 ;
20
+ static const uint8_t MOSI = 10 ;
21
+ static const uint8_t MISO = 11 ;
22
+ static const uint8_t SCK = 9 ;
23
23
24
24
static const uint8_t A0 = 1 ;
25
25
static const uint8_t A1 = 2 ;
@@ -68,4 +68,4 @@ static const uint8_t RST_LoRa = 12;
68
68
static const uint8_t BUSY_LoRa = 13 ;
69
69
static const uint8_t DIO0 = 14 ;
70
70
71
- #endif /* Pins_Arduino_h */
71
+ #endif /* Pins_Arduino_h */
You can’t perform that action at this time.
0 commit comments