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 654fd65 commit 0255e38Copy full SHA for 0255e38
libraries/Arduino_H7_Video/src/Arduino_H7_Video.cpp
@@ -97,7 +97,7 @@ int Arduino_H7_Video::begin() {
97
/* Video controller/bridge init */
98
int err_code = _shield->init(_edidMode);
99
if (err_code < 0) {
100
- return err_code;
+ return 3; /* Video controller fail init */
101
}
102
103
#if __has_include("lvgl.h")
0 commit comments