1223

Revision:
3:b7922b032647
Parent:
0:253885b1f364
--- a/Grove_LCD_RGB_Backlight.cpp	Tue Mar 15 18:05:14 2016 +0000
+++ b/Grove_LCD_RGB_Backlight.cpp	Mon Jun 06 09:27:42 2022 +0000
@@ -106,7 +106,7 @@
    _displayfunction |= LCD_5x10DOTS;
  
    //Wait for more than 30 ms after power rises above 4.5V per the data sheet
-    wait_ms(50);
+    wait_us(50000);
 
 
     // Send first function set command. Wait longer that 39 us per the data sheet