19 lines
262 B
Batchfile
Executable File
19 lines
262 B
Batchfile
Executable File
# Repair script for rlink2 black screen
|
|
$addr = 13
|
|
|
|
init_can_500 # init can macro
|
|
|
|
1003
|
|
|
|
# check if it is rlink2
|
|
exit_if_not F18A 6 4 FFFFFF 434150
|
|
|
|
# MID 2 480x800
|
|
2E2303020D02082301E03C000004200080000A007603200D05062C006967
|
|
|
|
wait 2
|
|
# reload rlink2
|
|
1101
|
|
|
|
exit
|