Skip to content

Commit

Permalink
drivers: video: ov7670: Use default YUYV/RGB565 order.
Browse files Browse the repository at this point in the history
TSLB[3] swaps the YUYV/RGB565 output.

Signed-off-by: Ibrahim Abdalkader <[email protected]>
  • Loading branch information
iabdalkader committed Jan 24, 2025
1 parent d6fd067 commit d074e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/ov7670.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ static const struct ov7670_reg ov7670_init_regtbl[] = {

/* display , need retain */
{OV7670_COM15, 0xD0}, /* Common Control 15 */
{OV7670_TSLB, 0x0C}, /* Line Buffer Test Option */
{OV7670_TSLB, 0x04}, /* Reserved */
{OV7670_COM13, 0x80}, /* Common Control 13 */
{OV7670_MANU, 0x11}, /* Manual U Value */
{OV7670_MANV, 0xFF}, /* Manual V Value */
Expand Down

0 comments on commit d074e94

Please sign in to comment.