examples: camera: add EXAMPLES_CAMERA_OUTPUT_LCD

until the camera patches are merged we must add the
EXAMPLES_CAMERA_OUTPUT_LCD option to Kconfig

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea 2021-09-15 08:35:20 +02:00 committed by Xiang Xiao
parent 78fb3bc240
commit 7ffa080a2a

View File

@ -26,4 +26,10 @@ config EXAMPLES_CAMERA_STACKSIZE
int "Camera stack size"
default 2048
config EXAMPLES_CAMERA_OUTPUT_LCD
bool "Output to LCD"
default n
---help---
This enables to output the captured RGB565 image to LCD.
endif