Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/disp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down