Yet another SSD1306 driver fix

ugfx_release_2.6
inmarket 2015-02-07 00:10:44 +10:00
parent f8c06e70a7
commit 2d8c9bdcec
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ LLDSPEC bool_t gdisp_lld_init(GDisplay *g) {
for (col = sx; col <= ex; col++)
base[col] |= mask;
}
g->flags |= GDISP_FLG_NEEDFLUSH;
}
#endif