aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1331/gdisp_lld_SSD1331.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gdisp/SSD1331/gdisp_lld_SSD1331.c')
-rw-r--r--drivers/gdisp/SSD1331/gdisp_lld_SSD1331.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gdisp/SSD1331/gdisp_lld_SSD1331.c b/drivers/gdisp/SSD1331/gdisp_lld_SSD1331.c
index 93a5d0a8..af2a0e06 100644
--- a/drivers/gdisp/SSD1331/gdisp_lld_SSD1331.c
+++ b/drivers/gdisp/SSD1331/gdisp_lld_SSD1331.c
@@ -110,12 +110,12 @@ LLDSPEC bool_t gdisp_lld_init(GDisplay *g) {
write_cmd(g, SSD1331_DISPLAY_ON);
- // Release the bus
- release_bus(g);
-
// Finish Init
post_init_board(g);
+ // Release the bus
+ release_bus(g);
+
/* Initialise the GDISP structure */
g->g.Width = GDISP_SCREEN_WIDTH;
g->g.Height = GDISP_SCREEN_HEIGHT;