2017-11-17 20:12:59 +01:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
2017-11-18 19:11:02 +01:00
|
|
|
menuconfig GRAPHICS_PDCURSES
|
|
|
|
bool "pdcurses Text User Interface (TUI)"
|
2017-11-17 20:12:59 +01:00
|
|
|
default n
|
2017-11-18 19:11:02 +01:00
|
|
|
select NXFONTS
|
2017-11-25 20:14:28 +01:00
|
|
|
select NXFONTS_PACKEDMSFIRST
|
2017-11-26 14:56:16 +01:00
|
|
|
select LCD_PACKEDMSFIRST if LCD
|
2017-11-17 20:12:59 +01:00
|
|
|
---help---
|
|
|
|
Enable support for the pdcurses Text User Interface (TUI) libray.
|
|
|
|
|
|
|
|
if GRAPHICS_PDCURSES
|
2017-11-18 19:11:02 +01:00
|
|
|
source "$APPSDIR/graphics/pdcurs34/pdcurses/Kconfig"
|
|
|
|
source "$APPSDIR/graphics/pdcurs34/nuttx/Kconfig"
|
2017-11-17 20:12:59 +01:00
|
|
|
endif # GRAPHICS_PDCURSES
|