summaryrefslogtreecommitdiffstats
path: root/Kod/bilbana/yc4/display/flashing_area.m
blob: e3ba624f977588ec299c8729d1db2fce5b9b1a67 (plain) (blame)
1
2
3
4
function pkg = 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