From 2a9b022995186c6d79ef802af9f0b35ec13cd564 Mon Sep 17 00:00:00 2001 From: Stefan Rupp Date: Fri, 3 May 2019 21:01:17 +0200 Subject: [PATCH] disable charge pump for real --- src/disp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/disp.c b/src/disp.c index 7464461..c8bad8a 100644 --- a/src/disp.c +++ b/src/disp.c @@ -155,7 +155,7 @@ void disp_init( void ) { sendCommand( 1, (uint8_t[]){ 0x2E } ); // stop scrolling sendCommand( 1, (uint8_t[]){ 0xAE } ); // set disp off sendCommand( 1, (uint8_t[]){ 0xE3 } ); // NOP - sendCommand( 2, (uint8_t[]){ 0x8D, 0x14 } ); // disable charge pump + sendCommand( 2, (uint8_t[]){ 0x8D, 0x10 } ); // disable charge pump // back on again sendCommand( 2, (uint8_t[]){ 0xA8, 0x3F } ); // mux ratio