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