mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
Korrektur, damit SSD wieder funktioniert.
This commit is contained in:
parent
6da58e3505
commit
20688b207a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class Display {
|
||||||
if (mCfg->type == 0)
|
if (mCfg->type == 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if ((1 < mCfg->type) && (mCfg->type < 10)) {
|
if ((0 < mCfg->type) && (mCfg->type < 10)) {
|
||||||
mMono.config(mCfg->pwrSaveAtIvOffline, mCfg->pxShift, mCfg->contrast);
|
mMono.config(mCfg->pwrSaveAtIvOffline, mCfg->pxShift, mCfg->contrast);
|
||||||
mMono.init(mCfg->type, mCfg->rot, mCfg->disp_cs, mCfg->disp_dc, 0xff, mCfg->disp_clk, mCfg->disp_data, mUtcTs, mVersion);
|
mMono.init(mCfg->type, mCfg->rot, mCfg->disp_cs, mCfg->disp_dc, 0xff, mCfg->disp_clk, mCfg->disp_data, mUtcTs, mVersion);
|
||||||
} else if (mCfg->type >= 10) {
|
} else if (mCfg->type >= 10) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue