mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 22:17:17 +03:00
Display for AirPlay / Bluetooth (still WIP)
This commit is contained in:
@@ -136,6 +136,8 @@ void SSD1306_SetDisplayAddressMode( struct SSD1306_Device* DeviceHandle, SSD1306
|
||||
|
||||
void SSD1306_Update( struct SSD1306_Device* DeviceHandle ) {
|
||||
NullCheck( DeviceHandle, return );
|
||||
SSD1306_SetColumnAddress( DeviceHandle, 0, DeviceHandle->Width - 1);
|
||||
SSD1306_SetPageAddress( DeviceHandle, 0, DeviceHandle->Height / 8 - 1);
|
||||
SSD1306_WriteData( DeviceHandle, DeviceHandle->Framebuffer, DeviceHandle->FramebufferSize );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user