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 6c11c48 commit 6ee2030Copy full SHA for 6ee2030
libraries/Arduino_H7_Video/src/Arduino_H7_Video.h
@@ -64,6 +64,8 @@ class Arduino_H7_Video
64
Arduino_H7_Video(int width = 1024, int height = 768, H7DisplayShield &shield = USBCVideo);
65
#elif defined(ARDUINO_GIGA)
66
Arduino_H7_Video(int width = 800, int height = 480, H7DisplayShield &shield = GigaDisplayShield);
67
+#else
68
+ Arduino_H7_Video(int width, int height, H7DisplayShield &shield);
69
#endif
70
71
/**
0 commit comments