File tree Expand file tree Collapse file tree 3 files changed +19
-19
lines changed
heltec_vision_master_e290
heltec_vision_master_e_213
heltec_vision_master_t190 Expand file tree Collapse file tree 3 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 44#include <stdint.h>
55
66#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
99
1010#define USB_VID 0x303a
1111#define USB_PID 0x1001
@@ -16,10 +16,10 @@ static const uint8_t RX = 44;
1616static const uint8_t SDA = 39 ;
1717static const uint8_t SCL = 38 ;
1818
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 ;
2323
2424static const uint8_t A0 = 1 ;
2525static const uint8_t A1 = 2 ;
Original file line number Diff line number Diff line change 44#include <stdint.h>
55
66#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
99
1010#define USB_VID 0x303a
1111#define USB_PID 0x1001
@@ -16,10 +16,10 @@ static const uint8_t RX = 44;
1616static const uint8_t SDA = 39 ;
1717static const uint8_t SCL = 38 ;
1818
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 ;
2323
2424static const uint8_t A0 = 1 ;
2525static const uint8_t A1 = 2 ;
Original file line number Diff line number Diff line change 44#include <stdint.h>
55
66#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
99
1010#define USB_VID 0x303a
1111#define USB_PID 0x1001
@@ -16,10 +16,10 @@ static const uint8_t RX = 44;
1616static const uint8_t SDA = 2 ;
1717static const uint8_t SCL = 1 ;
1818
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 ;
2323
2424static const uint8_t A0 = 1 ;
2525static const uint8_t A1 = 2 ;
@@ -68,4 +68,4 @@ static const uint8_t RST_LoRa = 12;
6868static const uint8_t BUSY_LoRa = 13 ;
6969static const uint8_t DIO0 = 14 ;
7070
71- #endif /* Pins_Arduino_h */
71+ #endif /* Pins_Arduino_h */
You can’t perform that action at this time.
0 commit comments