From 7ffa080a2ab52a42bfeca15cbe8bbb53c1d0e0c3 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Wed, 15 Sep 2021 08:35:20 +0200 Subject: [PATCH] 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 --- examples/camera/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/camera/Kconfig b/examples/camera/Kconfig index 229643153..ab9532f47 100644 --- a/examples/camera/Kconfig +++ b/examples/camera/Kconfig @@ -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