summaryrefslogtreecommitdiffstats
path: root/Kod/bilbana/yc4/display/define_flashing_area.m
blob: 3e581ea00134518e1f8b3049c69aa21f2f1285e9 (plain) (blame)
1
2
3
4
function pkg = define_flashing_area(x1, y1, x2, y2)
arg = [get_bytes(x1), get_bytes(y1), get_bytes(x2), get_bytes(y2)];
pkg = get_package('QI', arg);
end