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 18fe009 commit 9ad94f3Copy full SHA for 9ad94f3
libraries/H7_Video/src/H7_Video.cpp
@@ -1,7 +1,7 @@
1
#include "H7_Video.h"
2
3
#include "dsi.h"
4
-#include "display.h"
+#include "st7701.h"
5
#include "SDRAM.h"
6
#include "video_modes.h"
7
#include "anx7625.h"
@@ -80,7 +80,7 @@ int H7_Video::begin(bool landscape) {
80
SDRAM.begin();
81
82
//Init LCD Controller
83
- LCD_ST7701_Init();
+ st7701_init();
84
}
85
#elif defined(ARDUINO_GIGA)
86
#define EDID_MODE_SELECTED EDID_MODE_480x800_60Hz
@@ -105,7 +105,7 @@ int H7_Video::begin(bool landscape) {
105
106
107
108
109
#else
110
#error Board not compatible with this library
111
#endif
libraries/H7_Video/src/display.h
0 commit comments