mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-19 12:38:19 +00:00
Add configuration option to select greyscale image
This commit is contained in:
parent
c436fbab0d
commit
909b081113
1 changed files with 7 additions and 0 deletions
7
Kconfig
7
Kconfig
|
|
@ -129,6 +129,13 @@ config NXWIDGETS_BPP
|
|||
Supported bits-per-pixel {8, 16, 24, 32}. Default: The smallest
|
||||
BPP configuration supported by NX.
|
||||
|
||||
config NXWIDGETS_GREYSCALE
|
||||
bool "Greyscale (vs RGB)"
|
||||
default n
|
||||
---help---
|
||||
Select to use a greyscale vs RGB color image. This option is ignored if
|
||||
CONFIG_NXWIDGETS_BPP > 8
|
||||
|
||||
config NXWIDGETS_SIZEOFCHAR
|
||||
int "Size of a character (1 or 2 bytes)"
|
||||
range 1 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue