
Board config files, first line MUST board id !!!

板子配置文件，第一行必须是板子 id ！！！

Keywords:

- id:
	Unique id

- name:
	Board name

- panel:
	LCD panel id, refer to https://wiki.sipeed.com/maixpy/doc/zh/vision/display.html

- cam_mclk:
	Camera MCLK pin number, according to hardware connection.

- cam_flip:
	Vertical flip camera.

- cam_mirror:
	Horizontally mirror camera.

- disp_flip:
	Display(LCD) show Vertical flip.

- disp_mirror:
	Display(LCD), Horizontally mirror.

- disp_max_backlight:
	Display(LCD) backlight max power, to limit max brightness and power, user set in API(`disp.set_backlight(value)`) actually set to `value * disp_max_backlight`.

- cam_light_io:
	Camera light IO name, for example, MaixCAM-Pro is B3.

- lane_id:
	Camera MIPI Lane ID, -1 means not use. e.g. 0,1,2,-1,-1. If not set, will use integrated value according to borad id and camera sensor type.

- pn_swap:
	Camera MIPI Lane's P and N need swap. e.g. 0,0,0,1,1. If not set, will use integrated value according to borad id and camera sensor type.

- key_devices:
	Key event device, can be multiple devices, siplit with comma, e.g. key_devices=/dev/input/event0,/dev/input/powerkey.









