From 7001899f2da5ad74f811e50cf73647a4cd8395e4 Mon Sep 17 00:00:00 2001 From: chaoskagami Date: Tue, 21 Jun 2016 20:52:14 -0400 Subject: [PATCH] Okay, let's just clear the whole display --- source/screeninit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/screeninit.c b/source/screeninit.c index b2432cd..2dfc0d1 100644 --- a/source/screeninit.c +++ b/source/screeninit.c @@ -25,8 +25,8 @@ screen_init() // Turn on backlight i2cWriteRegister(I2C_DEV_MCU, 0x22, 0x2A); - - // Flush garbage off the FB. - clear_screens(); } + + // Flush garbage off the FB. + clear_screens(); } -- 2.39.5