HP Forums
Custom characters in hp50p - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: General Forum (/forum-4.html)
+--- Thread: Custom characters in hp50p (/thread-7392.html)



Custom characters in hp50p - tdh79 - 12-08-2016 08:49 PM

Hi.
Is it possible to modify characters in the CHARS menu and then use them in the equation writer?
Also, the ones i create disappear when i restart the calculator with On+F3. Is there a way to save these custom characters?


RE: Custom characters in hp50p - Helix - 12-09-2016 11:15 PM

You can put your modified font in the stack with the command FONT->. Then you can store it in a variable.
You can load a font with the command ->FONT.

To load automatically a font after ON-F3, create the following program in the HOME directory, named STARTUP :
<< 2:myfont RCL ->FONT >>
(in this example, myfont is stored in port 2)

You can do the same thing with the minifont, using the commands MINIFONT-> and ->MINIFONT.
To modify a minifont, you need an additional tool. You will find several minifont editors here:
http://www.hpcalc.org/hp49/utils/fonts/
I've used MFED, very simple and effective.

I hope this answers your questions.


RE: Custom characters in hp50p - tdh79 - 12-11-2016 08:28 PM

(12-09-2016 11:15 PM)Helix Wrote:  You can put your modified font in the stack with the command FONT->. Then you can store it in a variable.
You can load a font with the command ->FONT.

To load automatically a font after ON-F3, create the following program in the HOME directory, named STARTUP :
<< 2:myfont RCL ->FONT >>
(in this example, myfont is stored in port 2)

You can do the same thing with the minifont, using the commands MINIFONT-> and ->MINIFONT.
To modify a minifont, you need an additional tool. You will find several minifont editors here:
http://www.hpcalc.org/hp49/utils/fonts/
I've used MFED, very simple and effective.

I hope this answers your questions.

Thanks! Is it possible to use these custom symbold in the EQW ?


RE: Custom characters in hp50p - Helix - 12-11-2016 11:49 PM

If you modify a font, the change appears every time this font is used, including in the equation writer.
Just try it!


RE: Custom characters in hp50p - cyrille de brébisson - 12-12-2016 07:20 AM

Hello,

One of my favorite Apri's fool day joke on the 50 series is as follow:
Change the 1 and 2 characters in the font so that 1 is 2 and 2 is one.
Setup the calculator in user mode, with the 1 key returning a 2 and the 2 key returning a 1.
sit back and enjoy the dumbfounded look on your friend's face!

Cyrille


RE: Custom characters in hp50p - cruff - 12-12-2016 12:57 PM

(12-12-2016 07:20 AM)cyrille de brébisson Wrote:  Hello,

One of my favorite April's fool day joke on the 50 series is as follow:

Reminds me of the time we changed the source code to a Unix shell to hardwire the prompt to "Mr. No Tabs" and foisted it on a guy who refused to use the tab character in his source code. He spent about an hour trying to reset the prompt before he wised up.


RE: Custom characters in hp50p - tdh79 - 12-14-2016 08:55 PM

I tried modifying some of the first characters but couldn't use them in EQW. Then i tried modifying one that i suspect i won't need, this one i could use but when it was saved as a variable the original version was used for the variable name. So then i kinda defeats the purpose in my case. I was however able to recall the font and save it so at least I don't have to lose it again..


RE: Custom characters in hp50p - Vtile - 12-14-2016 11:34 PM

(12-14-2016 08:55 PM)tdh79 Wrote:  I tried modifying some of the first characters but couldn't use them in EQW. Then i tried modifying one that i suspect i won't need, this one i could use but when it was saved as a variable the original version was used for the variable name. So then i kinda defeats the purpose in my case. I was however able to recall the font and save it so at least I don't have to lose it again..

The first x number of the characters are control character and show only a black square on the screen.. This is interesting idea migh do some modification my self for those rare to me è style of characters to get subscript for equation variables.. There is also some characters in @#%&*//() series that are not allowed as program nor filename.


RE: Custom characters in hp50p - Han - 12-15-2016 03:37 AM

(12-14-2016 08:55 PM)tdh79 Wrote:  I tried modifying some of the first characters but couldn't use them in EQW. Then i tried modifying one that i suspect i won't need, this one i could use but when it was saved as a variable the original version was used for the variable name. So then i kinda defeats the purpose in my case. I was however able to recall the font and save it so at least I don't have to lose it again..

The "first" character is the null character and is not allowed for input no matter how you modified its font display.


RE: Custom characters in hp50p - Joe Horn - 12-15-2016 03:50 AM

(12-14-2016 11:34 PM)Vtile Wrote:  The first x number of the characters are control character and show only a black square on the screen..

That's true of FONT8 (the default font) and FONT6, but not FONT7, whose first 32 characters include box drawing characters and other useful stuff. To see this, press MODE DISP CHOOS, select System Font 7 with the arrow keys, OK OK OK, CHARS. To return to normal, repeat the above to select System Font 8. (Shortcut: press ON+C to force a warmstart).


RE: Custom characters in hp50p - cyrille de brébisson - 12-15-2016 06:45 AM

Hello,

Also remember that you are not limited to the 3 system fonts, you can create your own fonts and store them in the user file system and use them in paralel with the system fonts.

I just do not remember where and how they need to be stored for things to work and for them to be picked up...

Cyrille