OPENMV2: Enable OV2640 driver

This commit is contained in:
iabdalkader 2020-11-25 19:54:00 +02:00
parent 70fcd764df
commit f53b8ceac2

View File

@ -46,7 +46,7 @@
#define OMV_RAW_BUF_SIZE (153600)
// Enable sensor drivers
#define OMV_ENABLE_OV2640 (0)
#define OMV_ENABLE_OV2640 (1)
#define OMV_ENABLE_OV5640 (0)
#define OMV_ENABLE_OV7690 (0)
#define OMV_ENABLE_OV7725 (1)