mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 03:57:07 +03:00
correct some inlining
This commit is contained in:
@@ -130,7 +130,7 @@ static bool Init( struct GDS_Device* Device ) {
|
||||
static const struct GDS_Device SH1106 = {
|
||||
.DisplayOn = DisplayOn, .DisplayOff = DisplayOff, .SetContrast = SetContrast,
|
||||
.SetVFlip = SetVFlip, .SetHFlip = SetHFlip,
|
||||
.DrawPixel = GDS_DrawPixel, .DrawPixelFast = GDS_DrawPixelFast,
|
||||
.DrawPixelFast = GDS_DrawPixelFast,
|
||||
.Update = Update, .Init = Init,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user