Skip to content

Commit

Permalink
422
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitre authored Jun 6, 2024
1 parent 7fd025b commit 8aaca6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Sipeed_OV2640/src/Sipeed_OV2640.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 8aaca6e

Please sign in to comment.