ELEC2645 (2018/19) / Mbed 2 deprecated el17ajf

Dependencies:   mbed

Fork of el17ajf by Angus Findlay

Revision:
13:59e17cab320a
Parent:
12:beb0d7632531
Child:
14:53d2167d7c9a
diff -r beb0d7632531 -r 59e17cab320a Graphics/Graphics.cpp
--- a/Graphics/Graphics.cpp	Sun Mar 17 12:14:56 2019 +0000
+++ b/Graphics/Graphics.cpp	Mon Mar 18 18:09:57 2019 +0000
@@ -11,6 +11,7 @@
     lcd = new N5110(PTC9,PTC0,PTC7,PTD2,PTD1,PTC11);
     lcd->init();
     lcd->setContrast(0.5);
+    lcd->setBrightness(0);
 }
 
 void Graphics::deinit() {