Yet another SSD1306 driver fix
This commit is contained in:
parent
f8c06e70a7
commit
2d8c9bdcec
@ -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…
Reference in New Issue
Block a user