mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 22:17:17 +03:00
add trace for ST7735 offset
This commit is contained in:
@@ -235,7 +235,7 @@ static bool Init( struct GDS_Device* Device ) {
|
|||||||
Private->iRAM = heap_caps_malloc( (Private->PageSize + 1) * Device->Width * Depth, MALLOC_CAP_INTERNAL | MALLOC_CAP_DMA );
|
Private->iRAM = heap_caps_malloc( (Private->PageSize + 1) * Device->Width * Depth, MALLOC_CAP_INTERNAL | MALLOC_CAP_DMA );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ESP_LOGI(TAG, "ST77xx with bit depth %u, page %u, iRAM %p", Device->Depth, Private->PageSize, Private->iRAM);
|
ESP_LOGI(TAG, "ST77xx with bit depth %u, offsets %hu:%hu, page %u, iRAM %p", Device->Depth, Private->Offset.Height, Private->Offset.Width, Private->PageSize, Private->iRAM);
|
||||||
|
|
||||||
// Sleepout + Booster
|
// Sleepout + Booster
|
||||||
Device->WriteCommand( Device, 0x11 );
|
Device->WriteCommand( Device, 0x11 );
|
||||||
|
|||||||
Reference in New Issue
Block a user