components/vnc_server/Kconfig

Mon, 29 Oct 2018 19:37:14 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 29 Oct 2018 19:37:14 +0100
changeset 30
3cc32f97410c
parent 0
b74b0e4902c3
permissions
-rw-r--r--

Swapped MLT and HLT SSR pins to match he real hardware. More doxygen changes.


menu "VNC Server"

config VNC_SERVER_PORT
	int "VNC server port number"
	default 5900
	help
		Port VNC server will listen on for client connection.
		This defaults to the standard port 5900, but may
		be changed to any other port number if required.


config VNC_SERVER_FRAME_WIDTH
	int "Frame width in pixels"
	default	320
	help
		This sets the width of the VNC server frame buffer.


config VNC_SERVER_FRAME_HEIGHT
	int "Frame heigth in pixels"
	default 240
	help
		This sets the height of the VNC server frame buffer.


endmenu

mercurial