circuitpython/ports/espressif/boards/espressif_esp32_eye/sdkconfig

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
476 B
Plaintext
Raw Normal View History

2022-08-04 16:12:12 -04:00
#
2023-09-11 19:53:14 -04:00
# Espressif IoT Development Framework Configuration
2022-08-04 16:12:12 -04:00
#
#
2023-09-11 19:53:14 -04:00
# Component config
2022-08-04 16:12:12 -04:00
#
#
# Camera configuration
#
CONFIG_OV7670_SUPPORT=y
CONFIG_NT99141_SUPPORT=y
CONFIG_OV2640_SUPPORT=y
CONFIG_GC2145_SUPPORT=y
CONFIG_GC032A_SUPPORT=y
CONFIG_GC0308_SUPPORT=y
CONFIG_BF3005_SUPPORT=y
CONFIG_BF20A6_SUPPORT=y
CONFIG_SC030IOT_SUPPORT=y
CONFIG_GC_SENSOR_SUBSAMPLE_MODE=y
# end of Camera configuration
# end of Component config
2023-09-11 19:53:14 -04:00
# end of Espressif IoT Development Framework Configuration