9p fix#17

This commit is contained in:
shrlnm 2019-05-02 19:36:41 +03:00
parent 7d36a38024
commit fb71960f38
2 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Enable AndroidAuto and CarPlay on R-Link2
$addr = 13
can500 # init can macro
1003
# check if it is rlink2
exit_if_not F18A 6 4 FFFFFF 434150
set_bits 2130 10 5 60 60
wait 2
# reload rlink2
1101
exit

View File

@ -0,0 +1,17 @@
# Rotate R-Link2 screen
$addr = 13
can500 # init can macro
1003
exit_if_not F18A 6 4 FFFFFF 434150
xor_bits 2130 10 4 10 10
wait 2
# reload rlink2
1101
exit