This commit is contained in:
Dimitre
2024-06-06 11:24:08 -03:00
committed by GitHub
parent 7fd025bcd4
commit 8aaca6ea3a

View File

@@ -738,7 +738,7 @@ void Sipeed_OV2640::setInvert(bool invert)
int Sipeed_OV2640::dvpInit(uint32_t freq)
{
// just support RGB565 and YUV442 on k210
// just support RGB565 and YUV422 on k210
configASSERT(_pixFormat==PIXFORMAT_RGB565 || _pixFormat==PIXFORMAT_YUV422);
_freq = freq;