Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit71e572c

Browse files
committed
anx7625: don't fail horribly if EDID is non conformant
1 parent0b6eecf commit71e572c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎libraries/Arduino_H7_Video/src/anx7625.cpp‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,8 +475,8 @@ int anx7625_dp_get_edid(uint8_t bus, struct edid *out) {
475475

476476
ret =decode_edid(edid, (block_num +1) * ONE_BLOCK_SIZE, out);
477477
if (ret != EDID_CONFORMANT) {
478-
ANXERROR("Failed to decode EDID.\n");
479-
return-1;
478+
ANXINFO("Non conformant EDID.\n");
479+
return0;
480480
}
481481

482482
return0;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp