From 396d683b676327b6252b9f6744249440457ed2cb Mon Sep 17 00:00:00 2001
From: Terraneo Federico <fede.tft@miosix.org>
Date: Fri, 25 Nov 2016 00:00:12 +0100
Subject: [PATCH] Fixed bug in driver

---
 drivers/display_sony-newman.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/display_sony-newman.cpp b/drivers/display_sony-newman.cpp
index a9b0cbd..e5247dc 100644
--- a/drivers/display_sony-newman.cpp
+++ b/drivers/display_sony-newman.cpp
@@ -386,7 +386,7 @@ DisplayImpl::~DisplayImpl() {}
 
 DisplayImpl::DisplayImpl(): which(0), textColor(), font(droid11)
 {
-    turnOn();
+    doTurnOn();
     setTextColor(make_pair(Color(0xffff),Color(0x0000)));
 }
 
-- 
GitLab