Skip to content
Snippets Groups Projects
Commit 396d683b authored by Federico's avatar Federico
Browse files

Fixed bug in driver

parent 9c78277a
No related branches found
No related tags found
No related merge requests found
...@@ -386,7 +386,7 @@ DisplayImpl::~DisplayImpl() {} ...@@ -386,7 +386,7 @@ DisplayImpl::~DisplayImpl() {}
DisplayImpl::DisplayImpl(): which(0), textColor(), font(droid11) DisplayImpl::DisplayImpl(): which(0), textColor(), font(droid11)
{ {
turnOn(); doTurnOn();
setTextColor(make_pair(Color(0xffff),Color(0x0000))); setTextColor(make_pair(Color(0xffff),Color(0x0000)));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment