Add nx_start() to simplify starting the NX server from within the RTOS
This commit is contained in:
parent
a42656813f
commit
bdbd0f9b5b
@ -28,8 +28,7 @@ config NXWIDGETS_FLICKERFREE
|
|||||||
|
|
||||||
config NXWIDGETS_EXTERNINIT
|
config NXWIDGETS_EXTERNINIT
|
||||||
bool "External display Initialization"
|
bool "External display Initialization"
|
||||||
default 0
|
default n
|
||||||
depends on NXWIDGET_SERVERINIT
|
|
||||||
---help---
|
---help---
|
||||||
Define to support external display initialization.
|
Define to support external display initialization.
|
||||||
|
|
||||||
@ -44,6 +43,7 @@ config NXWIDGETS_DEVNO
|
|||||||
config NXWIDGETS_VPLANE
|
config NXWIDGETS_VPLANE
|
||||||
int "Plane Number"
|
int "Plane Number"
|
||||||
default 0
|
default 0
|
||||||
|
depends on !NX_LCDDRIVER && !NXWIDGETS_EXTERNINIT
|
||||||
---help---
|
---help---
|
||||||
Only a single video plane is supported. Default: 0
|
Only a single video plane is supported. Default: 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user