Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - grelle

Pages: [1] 2 3
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!

2
General Board / Re: ylink and stdin
« on: 03.05.2004 at 07:12:45 »
OK, I understand...
I'd be glad to test the beta version! Mail it to me.

//anders

3
yampp-7 Color Themes / Re: Graphics-green (mod.)
« on: 28.04.2004 at 20:58:09 »
Nice work!

4
yampp-7 Color Themes / Re: My SWEDISH theme
« on: 22.04.2004 at 21:05:11 »
I have no idea... :) Jesper needs to answer this...

5
General Board / Re: ylink and stdin
« on: 21.04.2004 at 11:11:27 »
Ok, I'll try :)  Thanks for the help!

Seems to work OK :) I uploaded a couple of songs with the "dir /b *.mp3" string...

Though the reading of one songs ID3v2 tag failed..even though it worked in yampplink, and the tag is set.

Any suggestions about that?

6
General Board / Re: ylink and stdin
« on: 21.04.2004 at 08:11:40 »
hmm well i'll try this out after work today and see if understand it :)
the "dir /b *.mp3" string...what is /b and how can i upload multiple songs with that command ?

I really want to learn to use your program because I dont like the fact that you can't delete like 1 song instead of a whole playlist in yampplink...I'll try to install ylink it into my gentoo installation too...but I hav'nt figured out how to yet  ;D
 the biggest problem right now is to get the usb to work  ;D
/anders

7
General Board / ylink and stdin
« on: 20.04.2004 at 22:46:52 »
In the "ylink" command you can read about every string, but what is the "stdin" and how does it work?
I would really like to be able to delete/upload several songs every time, and I have a feeling that this command can fix that but please help me with some instructions.


//anders

8
yampp-7 Color Themes / My SWEDISH theme
« on: 20.04.2004 at 20:25:19 »
hello everyone.

here is my swedish theme, I'll add the "real" (not photos) images later when I get some time to spare :)



9
yampp-7 Color Themes / Re: Graphics-blue (mod.)
« on: 20.04.2004 at 17:38:04 »
looks very nice! I'll hope we'll see more of that !

10
Great!

/anders

11
yampp-7 Color Themes / Re: yampp7 with color LCD
« on: 19.04.2004 at 18:46:07 »
great to see some work with the colour themes !

keep it up...

12
Hardware / Re: Yampp7 Cigarette lighter adapter prob.
« on: 17.04.2004 at 01:39:50 »
aaarghh....stupid as I am of course I closed the contact with
crimp hose and everything...hmm well it is just to take it
apart again..
thanks for the advice nilrog.

/anders

13
Hardware / Yampp7 Cigarette lighter adapter prob.
« on: 17.04.2004 at 01:12:16 »
Hi

Today I added a 7805 voltage regulator to a cigarette lighter adapter from a mobile phone...I measured the output voltage to 5.04 v.
I connected the adapter cables to a slaughtered :) usb B contact, the + lead to pin 1 and the ground to the surrounding shell of the usb contact...do I also (or instead) have to connect ground to some pin in the usb contact?
I can't get it to charge the battery when i apply 12 v from my car.
Is the connection wrong?

/anders

14
Hardware / Re: yampp7 with color LCD
« on: 14.04.2004 at 08:06:50 »
you are totally right luemmel! :)
maybe you or me will post a picture of it here soon ?

now my yampp7 has got swedish character support, YAHOOO!

15
yampp User Photos / Re: My colorized yampp7 :)
« on: 11.04.2004 at 20:29:55 »
well not before I've made some swedish national characters in it....and that may take a while I guess...


AAAAnd finally I´ve finished the Swedish language support with help of MIS.

My player reached the speed of 571 kb/s while uploading songs in YamppLink (with 13 mHz crystal) yaahooo!
50 songs in less than 7 minutes...

Pages: [1] 2 3