Skip to content

Commit 15dda51

Browse files
committed
HIMAX lib: fix regression for 320x320 resolution due to missing EOF
1 parent 7705837 commit 15dda51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/Himax_HM01B0/himax.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ static const uint16_t himax_full_regs[][2] = {
260260
{LINE_LEN_PCK_H, (HIMAX_LINE_LEN_PCK_FULL>>8)},
261261
{LINE_LEN_PCK_L, (HIMAX_LINE_LEN_PCK_FULL&0xFF)},
262262
{GRP_PARAM_HOLD, 0x01},
263+
{0x0000, 0x00}, // EOF
263264
};
264265

265266
static const uint16_t himax_qvga_regs[][2] = {

0 commit comments

Comments
 (0)