To draw a curve, you could either calculate the position of each pixel, and use the pixel commands to plot them. Or alternatively, calculate the positions of several points along the curve and connect them with lines. The closer together the points, the more accurate the drawing, but since the screen it pretty course, you would probably be able to get away with relatively low accuracy.