From 2d8c9bdcec25db3d3e4e3f9dc11c0c58ca349cac Mon Sep 17 00:00:00 2001 From: inmarket Date: Sat, 7 Feb 2015 00:10:44 +1000 Subject: [PATCH] Yet another SSD1306 driver fix --- drivers/gdisp/SSD1306/gdisp_lld_SSD1306.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gdisp/SSD1306/gdisp_lld_SSD1306.c b/drivers/gdisp/SSD1306/gdisp_lld_SSD1306.c index e163f8ca..2313e765 100644 --- a/drivers/gdisp/SSD1306/gdisp_lld_SSD1306.c +++ b/drivers/gdisp/SSD1306/gdisp_lld_SSD1306.c @@ -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