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

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