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