mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
VNC: Partition/rename some functionality. Add framework to support a reading and writing thread.
This commit is contained in:
@@ -34,13 +34,21 @@ config VNCSERVER_NDISPLAYS
|
||||
Normally this should be one.
|
||||
|
||||
config VNCSERVER_PRIO
|
||||
int "VNC server thread priority"
|
||||
int "VNC server task priority"
|
||||
default 100
|
||||
|
||||
config VNCSERVER_STACKSIZE
|
||||
int "VNC server stack size"
|
||||
default 2048
|
||||
|
||||
config VNCSERVER_UPDATER_PRIO
|
||||
int "VNC updater thread priority"
|
||||
default 100
|
||||
|
||||
config VNCSERVER_UPDATER_STACKSIZE
|
||||
int "VNC updater thread stack size"
|
||||
default 2048
|
||||
|
||||
choice
|
||||
prompt "VNC color format"
|
||||
default VNCSERVER_COLORFMT_RGB16
|
||||
|
||||
Reference in New Issue
Block a user