mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 20:17:04 +03:00
display register remove - release
This commit is contained in:
@@ -127,9 +127,11 @@ static bool Init( struct GDS_Device* Device ) {
|
|||||||
Device->WriteCommand( Device, 0xA8 );
|
Device->WriteCommand( Device, 0xA8 );
|
||||||
Device->WriteCommand( Device, Device->Height - 1);
|
Device->WriteCommand( Device, Device->Height - 1);
|
||||||
// Page & GDDRAM Start Column High/Low
|
// Page & GDDRAM Start Column High/Low
|
||||||
|
/*
|
||||||
Device->WriteCommand( Device, 0x00 );
|
Device->WriteCommand( Device, 0x00 );
|
||||||
Device->WriteCommand( Device, 0x10 );
|
Device->WriteCommand( Device, 0x10 );
|
||||||
Device->WriteCommand( Device, 0xB0 );
|
Device->WriteCommand( Device, 0xB0 );
|
||||||
|
*/
|
||||||
// Display Offset
|
// Display Offset
|
||||||
Device->WriteCommand( Device, 0xD3 );
|
Device->WriteCommand( Device, 0xD3 );
|
||||||
Device->WriteCommand( Device, 0 );
|
Device->WriteCommand( Device, 0 );
|
||||||
|
|||||||
Reference in New Issue
Block a user