Skip to content

Commit 117d84a

Browse files
committed
working on fixing a random blank line when rotating for the RGB BUs.
1 parent 83aa1be commit 117d84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext_mod/lcd_bus/esp32_src/rgb_bus_rotation.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
MIN(x_end, dst_width), MIN(y_end, dst_height),
347347
dst_width, dst_height, bytes_per_pixel, rgb565_dither);
348348
} else {
349-
y_end += 1;
349+
// y_end += 1;
350350
if (rotate == RGB_BUS_ROTATION_90 || rotate == RGB_BUS_ROTATION_270) {
351351
x_start = MIN(x_start, dst_height);
352352
x_end = MIN(x_end, dst_height);

0 commit comments

Comments
 (0)