1223

Files at this revision

API Documentation at this revision

Comitter:
advxolltm
Date:
Mon Jun 06 09:27:42 2022 +0000
Parent:
2:5ce38ef7a7db
Commit message:
123;

Changed in this revision

Grove_LCD_RGB_Backlight.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 5ce38ef7a7db -r b7922b032647 Grove_LCD_RGB_Backlight.cpp
--- 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