From: chaoskagami Date: Wed, 22 Jun 2016 00:52:14 +0000 (-0400) Subject: Okay, let's just clear the whole display X-Git-Tag: v0.2.0~59 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=7001899f2da5ad74f811e50cf73647a4cd8395e4;p=corbenik%2Fcorbenik.git Okay, let's just clear the whole display --- 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(); }