Skip to content

Commit

Permalink
drivers/video/isx012: Set JPEG_PRED_MODE = 0
Browse files Browse the repository at this point in the history
  • Loading branch information
SPRESENSE authored Apr 28, 2022
2 parents 17e09ed + c606d22 commit 132b918
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/video/isx012.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ static const isx012_reg_t g_isx012_def_init[] =
{FASTMOVE_TIMEOUT, 0x2d, 0x01},
{YGAMMA_MODE, 0x01, 0x01},
{INT_QLTY2, 0x50, 0x01},
{JPEG_PRED_MODE, 0x00, 0x01},
};

#define ISX012_RESET_NENTRIES ARRAY_NENTRIES(g_isx012_def_init)
Expand Down

0 comments on commit 132b918

Please sign in to comment.