Skip to content
Snippets Groups Projects
Commit bdbd0f9b authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Add nx_start() to simplify starting the NX server from within the RTOS

parent a4265681
No related branches found
No related tags found
No related merge requests found
...@@ -28,8 +28,7 @@ config NXWIDGETS_FLICKERFREE ...@@ -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 ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment