diff --git a/firmware/target/arm/samsung/yh925/lcd-yh925.c b/firmware/target/arm/samsung/yh925/lcd-yh925.c index 08ce22129a..edeef49d40 100644 --- a/firmware/target/arm/samsung/yh925/lcd-yh925.c +++ b/firmware/target/arm/samsung/yh925/lcd-yh925.c @@ -531,6 +531,8 @@ void lcd_blit_yuv(unsigned char * const src[3], width &= ~1; height &= ~1; + x += x_offset; + /* calculate the drawing region */ /* The 20GB LCD is actually 128x160 but rotated 90 degrees so the origin