ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_el19tb

Dependencies:   mbed

Revision:
48:8ccfc74b60a5
Parent:
47:29c4796a49e5
Child:
49:6cad8b6ec5f2
--- a/GraphicEngine/GraphicEngine.cpp	Sat May 23 03:53:33 2020 +0000
+++ b/GraphicEngine/GraphicEngine.cpp	Sat May 23 21:47:19 2020 +0000
@@ -14,7 +14,7 @@
 /* TO-DO: ADD CONTROLS FOR BACKLIGHT */
 void GraphicEngine::contrast()
 {
-    lcd.setContrast(0.4);  
+    lcd.setContrast(0.45);  
 }
 
 void GraphicEngine::clear()