STM32F469NI Discovery board drivers

Dependents:   DISCO-F469NI_LCDTS_GUI_demo Configurable_Robots DISCO-F469NI_LCD_demo DISCO-F469NI_SD_demo ... more

Revision:
4:27609b3a44ed
Parent:
3:3cdfcc4f7c9d
--- a/Drivers/BSP/STM32469I-Discovery/stm32469i_discovery_lcd.c	Wed Feb 28 13:17:15 2018 +0100
+++ b/Drivers/BSP/STM32469I-Discovery/stm32469i_discovery_lcd.c	Wed Jun 09 12:45:23 2021 +0000
@@ -418,14 +418,16 @@
     HAL_GPIO_WritePin(GPIOH, GPIO_PIN_7, GPIO_PIN_RESET);
 
     //HAL_Delay(20); /* wait 20 ms */
-    wait_ms(20);
+    //wait_ms(20);
+    thread_sleep_for(10);
   
     /* Desactivate XRES */
     HAL_GPIO_WritePin(GPIOH, GPIO_PIN_7, GPIO_PIN_SET);
     
     /* Wait for 10ms after releasing XRES before sending commands */
     //HAL_Delay(10);
-    wait_ms(10);    
+    //wait_ms(10);    
+    thread_sleep_for(10);
 #else
   
 #endif /* USE_STM32469I_DISCO_REVA == 0 */