We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fc415 commit c1e22b8Copy full SHA for c1e22b8
libraries/Arduino_H7_Video/src/dsi.cpp
@@ -51,6 +51,8 @@ int dsi_init(uint8_t bus, struct edid *edid, struct display_timing *dt) {
51
static const uint32_t DSI_PLLIDF = DSI_PLL_IN_DIV3;
52
static const uint32_t DSI_PLLODF = DSI_PLL_OUT_DIV1;
53
static const uint32_t DSI_TXEXCAPECLOCKDIV = 4;
54
+ #undef HSE_VALUE
55
+ #define HSE_VALUE 16000000
56
#else
57
static const uint32_t DSI_PLLNDIV = 40;
58
static const uint32_t DSI_PLLIDF = DSI_PLL_IN_DIV2;
0 commit comments