ports/stm32: Enable gamma correction.

This commit is contained in:
Kwabena W. Agyeman 2025-11-02 22:12:39 -08:00
parent 0307402a57
commit 0c1d134a84

View File

@ -167,6 +167,10 @@ int stm_isp_config_pipeline(DCMIPP_HandleTypeDef *dcmipp, uint32_t pipe,
}
}
if (HAL_DCMIPP_PIPE_EnableGammaConversion(dcmipp, pipe) != HAL_OK) {
return -1;
}
return 0;
}
#endif // DCMIPP