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