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