8000
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.
2 parents b21c7bf + 907d68c commit f3c4be2Copy full SHA for f3c4be2
libraries/Arduino_H7_Video/src/dsi.cpp
@@ -48,7 +48,7 @@ static void dsi_layerInit(uint16_t LayerIndex, uint32_t FB_Address);
48
int dsi_init(uint8_t bus, struct edid *edid, struct display_timing *dt) {
49
#ifdef ARDUINO_GIGA
50
static const uint32_t DSI_PLLNDIV = 125;
51
- static const uint32_t DSI_PLLIDF = DSI_PLL_IN_DIV3;
+ static const uint32_t DSI_PLLIDF = DSI_PLL_IN_DIV4;
52
static const uint32_t DSI_PLLODF = DSI_PLL_OUT_DIV1;
53
static const uint32_t DSI_TXEXCAPECLOCKDIV = 4;
54
#undef HSE_VALUE
@@ -412,4 +412,4 @@ extern "C" void HAL_LTDC_ReloadEventCallback(LTDC_HandleTypeDef *hltdc) {
412
reloadLTDC_status = 1;
413
}
414
415
-/**** END OF FILE ****/
+/**** END OF FILE ****/
0 commit comments