From 281e6387b49ba7975ad69818066d26e280e06ae0 Mon Sep 17 00:00:00 2001 From: philippe44 Date: Sat, 7 Mar 2020 14:06:59 -0800 Subject: [PATCH] display register remove - release --- components/display/SSD1306.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/display/SSD1306.c b/components/display/SSD1306.c index 487dc84e..e1280b8b 100644 --- a/components/display/SSD1306.c +++ b/components/display/SSD1306.c @@ -127,9 +127,11 @@ static bool Init( struct GDS_Device* Device ) { Device->WriteCommand( Device, 0xA8 ); Device->WriteCommand( Device, Device->Height - 1); // Page & GDDRAM Start Column High/Low + /* Device->WriteCommand( Device, 0x00 ); Device->WriteCommand( Device, 0x10 ); Device->WriteCommand( Device, 0xB0 ); + */ // Display Offset Device->WriteCommand( Device, 0xD3 ); Device->WriteCommand( Device, 0 );