9n added macro to launcher

This commit is contained in:
shrlnm 2019-02-03 22:25:50 +03:00
parent 58b2872f28
commit df27d528cc
4 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# Repair script for rlink2 black screen
$addr = 13
can500 # init can macro
# HIGH 1 768x1024
2E2303032802131303003C000004500014001E001E040011C5002C006967
wait 2
# reload rlink2
1101

View File

@ -0,0 +1,11 @@
# Repair script for rlink2 black screen
$addr = 13
can500 # init can macro
# HIGH 2 768x1024
2E2303032802131303003C000004500014001E001E040014E8002C006967
wait 2
# reload rlink2
1101

View File

@ -0,0 +1,11 @@
# Repair script for rlink2 black screen
$addr = 13
can500 # init can macro
# MID 1 480x800
2E230301F404080801E03C0000039D000A0005006E03200AD7022C006967
wait 2
# reload rlink2
1101

View File

@ -0,0 +1,11 @@
# Repair script for rlink2 black screen
$addr = 13
can500 # init can macro
# MID 2 480x800
2E2303020D02082301E03C000004200080000A007603200D05062C006967
wait 2
# reload rlink2
1101