Merge pull request #2694 from openmv/fix_display_defines
Some checks failed
🔥 Firmware Build / build-firmware (ARDUINO_GIGA) (push) Has been cancelled
🔥 Firmware Build / build-firmware (ARDUINO_NANO_33_BLE_SENSE) (push) Has been cancelled
🔥 Firmware Build / build-firmware (ARDUINO_NANO_RP2040_CONNECT) (push) Has been cancelled
🔥 Firmware Build / build-firmware (ARDUINO_NICLA_VISION) (push) Has been cancelled
🔥 Firmware Build / build-firmware (ARDUINO_PORTENTA_H7) (push) Has been cancelled
🔥 Firmware Build / build-firmware (DOCKER) (push) Has been cancelled
🔥 Firmware Build / build-firmware (OPENMV2) (push) Has been cancelled
🔥 Firmware Build / build-firmware (OPENMV3) (push) Has been cancelled
🔥 Firmware Build / build-firmware (OPENMV4) (push) Has been cancelled
🔥 Firmware Build / build-firmware (OPENMV4P) (push) Has been cancelled
🔥 Firmware Build / build-firmware (OPENMVPT) (push) Has been cancelled
🔥 Firmware Build / build-firmware (OPENMV_AE3) (push) Has been cancelled
🔥 Firmware Build / build-firmware (OPENMV_RT1060) (push) Has been cancelled
🔥 Firmware Build / code-size-report (push) Has been cancelled
🔥 Firmware Build / stable-release (push) Has been cancelled
🔥 Firmware Build / development-release (push) Has been cancelled

boards/ARDUINO_GIGA: Remove obsolete defines.
This commit is contained in:
Ibrahim Abdelkader 2025-05-27 11:58:51 +03:00 committed by GitHub
commit 8069b2a966
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -279,9 +279,7 @@
#define OMV_RGB_DISPLAY_RELEASE_RESET() __HAL_RCC_LTDC_RELEASE_RESET() #define OMV_RGB_DISPLAY_RELEASE_RESET() __HAL_RCC_LTDC_RELEASE_RESET()
// DSI Interface // DSI Interface
#define OMV_DISPLAY_ST7701_ENABLE (1)
#define OMV_DSI_DISPLAY_CONTROLLER (DSI) #define OMV_DSI_DISPLAY_CONTROLLER (DSI)
#define OMV_DSI_DISPLAY_CONTROLLER_INIT st7701_init
#define OMV_DSI_DISPLAY_TE_ENABLE (1) #define OMV_DSI_DISPLAY_TE_ENABLE (1)
#define OMV_DSI_DISPLAY_BL_PIN (&omv_pin_B12_GPIO) #define OMV_DSI_DISPLAY_BL_PIN (&omv_pin_B12_GPIO)
#define OMV_DSI_DISPLAY_CLK_ENABLE() __HAL_RCC_DSI_CLK_ENABLE() #define OMV_DSI_DISPLAY_CLK_ENABLE() __HAL_RCC_DSI_CLK_ENABLE()