2 #define DEVICE_NAME "NM Voyager OLED"
6 #define USE_TX_BACKPACK
9 // GPIO pin definitions
10 #define GPIO_PIN_RST 21
11 #define GPIO_PIN_DIO0 17
12 #define GPIO_PIN_DIO1 16
13 #define GPIO_PIN_NSS 5
14 #define GPIO_PIN_MOSI 23
15 #define GPIO_PIN_MISO 19
16 #define GPIO_PIN_SCK 18
19 #define GPIO_PIN_RX_ENABLE 33
20 #define GPIO_PIN_RFamp_APC2 25
23 #define GPIO_PIN_OLED_CS 12
24 #define GPIO_PIN_OLED_RST 27
25 #define GPIO_PIN_OLED_DC 26
26 #define GPIO_PIN_OLED_MOSI 15
27 #define GPIO_PIN_OLED_SCK 14
29 /* Joystick definition */
30 #define GPIO_PIN_JOYSTICK 35
32 /* S.Port input signal */
33 #define GPIO_PIN_RCSIGNAL_RX 13
34 #define GPIO_PIN_RCSIGNAL_TX 13
35 #define GPIO_PIN_FAN_EN 2
37 /* Backpack logger connection */
38 #define GPIO_PIN_DEBUG_RX 3
39 #define GPIO_PIN_DEBUG_TX 1
42 #define GPIO_PIN_LED_WS2812 4
45 #define POWER_OUTPUT_DACWRITE
46 #define MinPower PWR_25mW
47 #define MaxPower PWR_2000mW
48 #define POWER_OUTPUT_VALUES {57,67,76,90,112,132,167,201}