Any help will be appreciated. I want to build a game board on the picture screen
i.e.
$ 350 $ 500 $ 1000
LUCKY $ 850
PRIZE MOVE1 $ 475
HP49G+: How do I sent text strings to the Picture screen?
|
|
« Next Oldest | Next Newest »
|
▼
Post: #3
04-03-2004, 01:56 PM
Any help will be appreciated. I want to build a game board on the picture screen i.e. $ 350 $ 500 $ 1000 LUCKY $ 850 PRIZE MOVE1 $ 475
▼
Post: #4
04-03-2004, 02:34 PM
Hi, PICT {#x #y} "Your String" 2 >GROB GOR does the job.
Step by step: Then enter the pixel coordinates as HEX strings in {}.
After that place your string on the stack, Then perform GOR or GXOR, and take a look at your PICT. However, this is all explained in the manual, at least in the HP-48 manuals, so maybe you should read it.
|