VNC: Finish v3.3 negotiation

This commit is contained in:
Gregory Nutt
2016-04-16 15:59:00 -06:00
parent 347cb97c92
commit f3ad4ae1d1
4 changed files with 279 additions and 54 deletions
+20
View File
@@ -41,6 +41,26 @@ config VNCSERVER_STACKSIZE
int "VNC server stack size"
default 2048
choice
prompt "VNC color format"
default VNCSERVER_COLORFMT_RGB16
config VNCSERVER_COLORFMT_RGB16
bool "RGB16 5:6:5"
config VNCSERVER_COLORFMT_RGB32
bool "RGB24 (32-bit) or RGB32 (w/tranparency)"
endchoice # VNC color format
config VNCSERVER_SCREENWIDTH
int "Framebuffer width (pixels)"
default 320
config VNCSERVER_SCREENHEIGHT
int "Framebuffer height (rows)"
default 240
config VNCSERVER_KBDENCODE
bool "Encode keyboard input"
default n