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

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