mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 12:07:09 +03:00
flip correction :-)
This commit is contained in:
@@ -209,7 +209,7 @@ static bool SSD1306_Init( struct SSD1306_Device* DeviceHandle, int Width, int He
|
||||
SSD1306_HWReset( DeviceHandle );
|
||||
|
||||
/* Init sequence according to SSD1306.pdf */
|
||||
SSD1306_SetMuxRatio( DeviceHandle, 0x3F );
|
||||
SSD1306_SetMuxRatio( DeviceHandle, Height - 1 );
|
||||
SSD1306_SetDisplayOffset( DeviceHandle, 0x00 );
|
||||
SSD1306_SetDisplayStartLine( DeviceHandle, 0 );
|
||||
SSD1306_SetHFlip( DeviceHandle, false );
|
||||
|
||||
Reference in New Issue
Block a user