mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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:
parent
78fb3bc240
commit
7ffa080a2a
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue