summaryrefslogtreecommitdiffstats
path: root/Kod/bilbana/yc4/display/remove_flashing_area.m
blob: 701402b18400c136053c7e8dcd02ab2e9b8b78ba (plain) (blame)
1
2
3
4
5
function pkg = remove_flashing_area(x1, y1, x2, y2)
	arg = [get_bytes(x1), get_bytes(y1), get_bytes(x2), get_bytes(y2)];

	pkg = get_package('QL', arg);
end