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