From 510517d90bb84af62537f36cc05238497c662727 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sat, 30 May 2020 19:40:24 +0200 Subject: [PATCH] fix binary command code --- twinmax/display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twinmax/display.cpp b/twinmax/display.cpp index e1b14ec..a625243 100644 --- a/twinmax/display.cpp +++ b/twinmax/display.cpp @@ -116,7 +116,7 @@ void Display::begin(){ DSP_DISPLAYALLON_RESUME, DSP_NORMALDISPLAY, DSP_DEACTIVATE_SCROLL, - DSP_DISPLAY_ON + DSP_DISPLAYON }; sendcommands(init5, sizeof(init5));