Orange Pi Manual
Copy right by Shenzhen Xunlong Software Co., Ltd
www.orangepi.org
www.xunlong.tv
49
screen0_output_mode= 11
screen1_output_type= 2
screen1_output_mode= 11
dev0_output_type = 4
dev0_output_mode = 4
dev0_screen_id = 0
dev0_do_hpd = 1
dev1_output_type = 2
dev1_output_mode = 11
Modify sys_confi and replace it when it generated OrangePiH5.dtb. If
would be faster if use compilation system on githug. About compilation you
could refer to the charter of Linux Compilation.
2) Loading tv.ko module automatically after booted
Enter /lib/ directory, enter command:
depmod -a
Add one more line on /etc/modules
tv
It would be tv out after booted
Capacitance touch panel (capacitor tp)
Configuration Item
Configuration Meaning
ctp_used=xx
Whether turn on capacitance touch panel, if so
set the value as 1, and vice verso 0.
ctp_name =xx
Indicates the control scheme used in the
specified scheme, for now there are: "ft5x_ts"
or "Goodix-TS".
ctp_twi_id=xx
Used for selecting i2c adapter, there are 0 and
2.
ctp_twi_addr =xx
Indicates the device address of i2c, it is related
to the specific hardware.
ctp_screen_max_x
=
xx Maximum coordinates of the X axis of the
touch panel
ctp_screen_max_y=xx
Maximum coordinates of the Y axis o the touch
panel
ctp_revert_x_flag=xx
Whether needed to flip the X coordinates, if so
then set 1, and vice verso 0.
ctp_revert_y_flag=xx
Whether needed to flip the Y coordinates, if so
then set 1, and vice verso 0.