5 lines
91 B
Bash
5 lines
91 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# enable touchscreen
|
||
|
echo 1 > /sys/devices/soc/78b7000.i2c/i2c-3/3-0020/drv_irq
|