summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/samsung/yh925/lcd-yh925.c2
1 files changed, 2 insertions, 0 deletions
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],
531 width &= ~1; 531 width &= ~1;
532 height &= ~1; 532 height &= ~1;
533 533
534 x += x_offset;
535
534 /* calculate the drawing region */ 536 /* calculate the drawing region */
535 537
536 /* The 20GB LCD is actually 128x160 but rotated 90 degrees so the origin 538 /* The 20GB LCD is actually 128x160 but rotated 90 degrees so the origin