mirror of
https://github.com/sipeed/Maixduino.git
synced 2026-03-03 00:53:59 +01:00
422
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user