Yet another SSD1306 driver fix
This commit is contained in:
parent
f8c06e70a7
commit
2d8c9bdcec
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ LLDSPEC bool_t gdisp_lld_init(GDisplay *g) {
|
||||||
for (col = sx; col <= ex; col++)
|
for (col = sx; col <= ex; col++)
|
||||||
base[col] |= mask;
|
base[col] |= mask;
|
||||||
}
|
}
|
||||||
|
g->flags |= GDISP_FLG_NEEDFLUSH;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue