STM32Cube BSP FW for STM32F769I-Discovery

Dependents:   mbed-os-example-blinky-5 DISCO-F769NI_TOUCHSCREEN_demo_custom_1 Datarecorder2 DISCO-F769NI_TOUCHSCREEN_demo ... more

Revision:
4:72a949940ad6
Parent:
1:3e58f8a39705
--- a/Drivers/BSP/STM32F769I-Discovery/stm32f769i_discovery.h	Thu Jul 06 16:48:52 2017 +0200
+++ b/Drivers/BSP/STM32F769I-Discovery/stm32f769i_discovery.h	Fri Nov 15 11:20:11 2019 +0100
@@ -2,8 +2,6 @@
   ******************************************************************************
   * @file    stm32f769i_discovery.h
   * @author  MCD Application Team
-  * @version V2.0.0
-  * @date    30-December-2016
   * @brief   This file contains definitions for STM32F769I-Discovery LEDs,
   *          push-buttons hardware resources.
   ******************************************************************************
@@ -216,6 +214,16 @@
 #define TS_I2C_ADDRESS_A02               ((uint16_t)0x70)
 
 /**
+  * @brief LCD DSI Slave I2C address 1
+  */
+#define LCD_DSI_ADDRESS                  TS_I2C_ADDRESS
+
+/**
+  * @brief LCD DSI Slave I2C address 2
+  */
+#define LCD_DSI_ADDRESS_A02              TS_I2C_ADDRESS_A02
+
+/**
   * @brief Audio I2C Slave address
   */
 #define AUDIO_I2C_ADDRESS                ((uint16_t)0x34)