Post Reply 
Graphical output HP Prime
03-18-2015, 10:46 AM
Post: #1
Graphical output HP Prime
Try to output an Arc to the graphical screen with this code

HAngle:=0; //Degree
RECT_P(0,0,319,239,RGB(255,255,255);
ARC_P(0,159,119,50,40,90,RGB(0,0,0);
HAngle:=1; //Radians

The intension is to draw a arc starting at 40 Degree->90 Degree

What is doing wrong.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Graphical output HP Prime - Powersoft - 03-18-2015 10:46 AM
RE: Graphical output HP Prime - Thomas_Sch - 03-18-2015, 11:11 AM
RE: Graphical output HP Prime - DrD - 03-18-2015, 11:21 AM
RE: Graphical output HP Prime - Thomas_Sch - 03-18-2015, 06:37 PM



User(s) browsing this thread: 1 Guest(s)