1
yampp-7 Color Themes / Re: National font question
« on: 10.05.2004 at 23:29:07 »
Hi...
I'm no superman in this but I figured out how to design the swedish language support
The language support is programmed into the player and that is what you can change, there is no bitmaps, you just have to modify the .ASM file so that it contains your languages special charachter, recompile it and upload it into the player as described in the readme file.
So you have to open the "Polish_C.ASM" or "Swedish.ASM" file (or just copy it) that comes with a yampp7 colour display firmware package and then design your charachters by changing all the 0 (zeros) to 1 (one) where you want a line.
This sounds strange, I know
But it is like painting with one's and zero'es
Here is an example:
.db 00000000b ;0xF6
.db 00000000b
.db 00000000b
.db 00000000b
.db 00000000b
.db 11000110b
.db 00000000b
.db 01111100b
.db 11000110b
.db 11000110b
.db 11000110b
.db 01111100b
.db 00000000b
.db 00000000b
That is one of the swedish characters...a ring with two dot's on top...look carefully into all the "0" and you'll see ...
And the "0xF6" is how the yampp7 interpret (?) this special character...and how you get those out of your yampp, you can read about in the readme file.
Good luck!
I'm no superman in this but I figured out how to design the swedish language support

The language support is programmed into the player and that is what you can change, there is no bitmaps, you just have to modify the .ASM file so that it contains your languages special charachter, recompile it and upload it into the player as described in the readme file.
So you have to open the "Polish_C.ASM" or "Swedish.ASM" file (or just copy it) that comes with a yampp7 colour display firmware package and then design your charachters by changing all the 0 (zeros) to 1 (one) where you want a line.
This sounds strange, I know

But it is like painting with one's and zero'es

Here is an example:
.db 00000000b ;0xF6
.db 00000000b
.db 00000000b
.db 00000000b
.db 00000000b
.db 11000110b
.db 00000000b
.db 01111100b
.db 11000110b
.db 11000110b
.db 11000110b
.db 01111100b
.db 00000000b
.db 00000000b
That is one of the swedish characters...a ring with two dot's on top...look carefully into all the "0" and you'll see ...
And the "0xF6" is how the yampp7 interpret (?) this special character...and how you get those out of your yampp, you can read about in the readme file.
Good luck!




