mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Spapping external Betaflight OSD support on F3 for new tuning features.
This commit is contained in:
parent
95dcce8471
commit
f8f1f27d28
8 changed files with 11 additions and 4 deletions
|
@ -89,6 +89,7 @@
|
|||
#define MPU6500_CS_PIN PA15
|
||||
#define MPU6500_SPI_INSTANCE SPI3
|
||||
|
||||
#define USE_OSD
|
||||
#define USE_MAX7456
|
||||
#define MAX7456_SPI_INSTANCE SPI1
|
||||
#define MAX7456_SPI_CS_PIN PA4
|
||||
|
|
|
@ -101,6 +101,7 @@
|
|||
#define SPI2_MOSI_PIN PB15
|
||||
|
||||
// include the max7456 driver
|
||||
#define USE_OSD
|
||||
#define USE_MAX7456
|
||||
#define MAX7456_SPI_INSTANCE SPI1
|
||||
#define MAX7456_SPI_CS_PIN PA1
|
||||
|
|
|
@ -86,6 +86,7 @@
|
|||
#define USE_SPI
|
||||
|
||||
// include the max7456 driver
|
||||
#define USE_OSD
|
||||
#define USE_MAX7456
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define MAX7456_SPI_CS_PIN PB4
|
||||
|
|
|
@ -91,6 +91,7 @@
|
|||
#undef USE_ESC_SENSOR_INFO
|
||||
|
||||
// include the max7456 driver
|
||||
#define USE_OSD
|
||||
#define USE_MAX7456
|
||||
#define MAX7456_SPI_INSTANCE SPI1
|
||||
#define MAX7456_SPI_CS_PIN PC13
|
||||
|
|
|
@ -78,6 +78,7 @@
|
|||
#define MPU6000_CS_PIN PA4
|
||||
#define MPU6000_SPI_INSTANCE SPI1
|
||||
|
||||
#define USE_OSD
|
||||
#define USE_MAX7456
|
||||
#define MAX7456_SPI_INSTANCE SPI1
|
||||
#define MAX7456_SPI_CS_PIN PA3
|
||||
|
|
|
@ -83,6 +83,7 @@
|
|||
#define SPI2_MISO_PIN PB14
|
||||
#define SPI2_MOSI_PIN PB15
|
||||
|
||||
#define USE_OSD
|
||||
#define USE_MAX7456
|
||||
#define MAX7456_SPI_INSTANCE SPI2
|
||||
#define MAX7456_SPI_CS_PIN PA7
|
||||
|
|
|
@ -112,6 +112,7 @@
|
|||
|
||||
#define REMAP_TIM17_DMA
|
||||
|
||||
#define USE_OSD
|
||||
#define USE_MAX7456
|
||||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
#define MAX7456_SPI_CS_PIN PA15
|
||||
|
|
|
@ -167,8 +167,6 @@
|
|||
#define USE_HUFFMAN
|
||||
#define USE_MSP_DISPLAYPORT
|
||||
#define USE_MSP_OVER_TELEMETRY
|
||||
#define USE_OSD
|
||||
#define USE_OSD_OVER_MSP_DISPLAYPORT
|
||||
#define USE_PINIO
|
||||
#define USE_PINIOBOX
|
||||
#define USE_RCDEVICE
|
||||
|
@ -189,6 +187,8 @@
|
|||
#define USE_BOARD_INFO
|
||||
#define USE_SMART_FEEDFORWARD
|
||||
#define USE_THROTTLE_BOOST
|
||||
#define USE_RC_SMOOTHING_FILTER
|
||||
#define USE_ITERM_RELAX
|
||||
|
||||
#ifdef USE_SERIALRX_SPEKTRUM
|
||||
#define USE_SPEKTRUM_BIND
|
||||
|
@ -208,6 +208,8 @@
|
|||
#define USE_GPS_NMEA
|
||||
#define USE_GPS_UBLOX
|
||||
#define USE_GPS_RESCUE
|
||||
#define USE_OSD
|
||||
#define USE_OSD_OVER_MSP_DISPLAYPORT
|
||||
#define USE_OSD_ADJUSTMENTS
|
||||
#define USE_SENSOR_NAMES
|
||||
#define USE_SERIALRX_JETIEXBUS
|
||||
|
@ -217,7 +219,5 @@
|
|||
#define USE_TELEMETRY_MAVLINK
|
||||
#define USE_UNCOMMON_MIXERS
|
||||
#define USE_SIGNATURE
|
||||
#define USE_RC_SMOOTHING_FILTER
|
||||
#define USE_ITERM_RELAX
|
||||
#define USE_ABSOLUTE_CONTROL
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue