We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfadb39 commit 0301770Copy full SHA for 0301770
libraries/Arduino_H7_Video/src/H7DisplayShield.cpp
@@ -41,10 +41,7 @@ int USBCVideoClass::init(int edidmode) {
41
}
42
43
//Read EDID
44
- err_code = anx7625_dp_get_edid(0, &recognized_edid);
45
- if(err_code < 0) {
46
- return err_code;
47
- }
+ anx7625_dp_get_edid(0, &recognized_edid);
48
49
//DSI Configuration
50
err_code = anx7625_dp_start(0, &recognized_edid, (enum edid_modes) edidmode);
@@ -68,4 +65,4 @@ int USBCVideoClass::getStatus() {
68
65
69
66
70
67
GigaDisplayShieldClass GigaDisplayShield;
71
-USBCVideoClass USBCVideo;
+USBCVideoClass USBCVideo;
0 commit comments