Post Reply 
Image/ sketch in program
05-10-2023, 03:36 PM
Post: #2
RE: Image/ sketch in program
Yeah, you can load a png to screen with G0:=AFiles("img.png") as long as that files exists in the application files, you can save it there before hand or put it there in the connection kit.

Of course you can also plot and draw on the calculator, you really should familiarise yourself with teh graphics section of the latest manual available at: https://literature.hpcalc.org/items/322 - around page 637 onwards.
Quote:PIXON_P, PIXON
Syntax: PIXON([G], x, y [ ,color])
Syntax: PIXON_P([G], x, y [ ,color])
Sets the color of the pixel in graphic variable G with coordinates (x,y) to the entered color. G can be any of the graphics variables and is optional. The default is G0, the current graphic.
The optional color can be any hexadecimal integer entered in the form aaRRGGBB. This is an RGB color with the alpha channel in the high order byte. The alpha channel numbers can be any integer between 0 (opaque) and 255 (transparent). If no color is specified, the default black is used.
there are commands for lines, arcs, rectangles, triangles, and text to screen etc.

G0 is the current graphic screen, G1 upwards are temporary graphics screens and you can copy between all of them with BLIT_P.

Have a good read through the manual :-).
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Image/ sketch in program - Amer7 - 05-10-2023, 10:25 AM
RE: Image/ sketch in program - matalog - 05-10-2023 03:36 PM
RE: Image/ sketch in program - Amer7 - 05-15-2023, 10:34 AM
RE: Image/ sketch in program - Amer7 - 05-17-2023, 11:30 AM
RE: Image/ sketch in program - matalog - 05-17-2023, 07:28 PM
RE: Image/ sketch in program - matalog - 05-17-2023, 07:27 PM
RE: Image/ sketch in program - Amer7 - 05-18-2023, 05:21 PM
RE: Image/ sketch in program - matalog - 05-18-2023, 10:10 PM
RE: Image/ sketch in program - Amer7 - 05-24-2023, 08:03 PM
RE: Image/ sketch in program - matalog - 05-24-2023, 10:24 PM
RE: Image/ sketch in program - Amer7 - 05-25-2023, 11:18 AM
RE: Image/ sketch in program - matalog - 05-25-2023, 12:37 PM



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