fix binary command code

This commit is contained in:
Adrien Marquès 2020-05-30 19:40:24 +02:00
parent 1dce4908b8
commit 510517d90b
Signed by: xdrm-brackets
GPG Key ID: D75243CA236D825E
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ void Display::begin(){
DSP_DISPLAYALLON_RESUME, DSP_DISPLAYALLON_RESUME,
DSP_NORMALDISPLAY, DSP_NORMALDISPLAY,
DSP_DEACTIVATE_SCROLL, DSP_DEACTIVATE_SCROLL,
DSP_DISPLAY_ON DSP_DISPLAYON
}; };
sendcommands(init5, sizeof(init5)); sendcommands(init5, sizeof(init5));