Does anyone remember if ATAPI support has ever made its way into the firmware? See, I have this idea rolling around in my head... I have access to at least 2...
Hello. Sorry to bother everyone but I bought one of PJRC's mp3 players with the backlite 24x8 screen and all of the wiring. My plans were to have this in my...
Hey Guys, I have added a new option to the directory listing code. There is a parameter under "Testing DANGER" that will change the directory listing screen...
Hi all....again- I just downloaded the newest versions of the firmware, modified it, saved it and then tried to compile it using 'make'. However, when I ...
Hi all- My board is fast flash compatible. When I compile the source, however, it doesn't create a .fdl file to use. Is there a different executable to use...
Hi all- I downloaded what appeared to be the latest version of the firmware from the site, but it was date back in 2002. How can I get the lastest version of...
Hi all, I have been playing around with the player's software and is it correct the when the player starts up, it searches for every mp3 and loads them into...
Hey, I have just joined the group, because I was playing around with the idea of building a portable mp3 player for my car. I was actually thinking mini-atx...
Hi all- I have version 0.6.10 and I've been searching hard through the code to find out how to change what's displayed while the songs are playing. I found...
Hi, I don't know about the CF option, but the USB add-on is used by a couple of people. It's documented on the PRJC.com site. Using it in the car is also my...
I was doing some thinking about precaching small bits of the next several songs, and how it could integrate with the unlimited file size playback, and some...
After several long months of doing essentially nothing on this project, I'm finally returning! All of the big projects I took on last year are now finished,...
So I finally got my player, and it's working great. What comes to mind first, of course? The long lead-time between songs. I was wondering if any work has...
I'm looking at the code for M3U support, and it looks like the m3u processing code is commented out in 0.6.10. All it seems to do is to print out the m3u...
I've been having some trouble building sdcc, since I'm running on Mac OS X. It wouldn't build sdcpp. So I took a recent source snapshot from the sdcc site,...
Hi, The player uses hardware decoding for decoding the mp3. Adding support for wav is hard to do. And was also not the intention of the player. Implementing it...
In treedir.c is a function called "unsigned char treedir_user_action(event_t)". It seems to be allocated as DSEG twice in the treedir.lst and main.map. Is this...
I got an 8*24 jw002 LCD from e-bay, and it has the 19,200 baud code in it. I read around on the PJRC website and saw that there is an option to comment out the...
I just finished testing my code with my hardware display and had to change only a couple of small scrolling issues. I have just commited my code to CVS and the...
Hey guys, Let me know what you think of my changes described below. Project: I have been working on the treedir screen and its overall operation for the past...
Hi All, In some previous post, we were talking about building the memory image of mp3 directories on a PC, avoiding the player to do it. This will reduce...
I have seen in a few places in the code where char's are used for yes/no flags. Will switching the unneeded char's to bit's save code space in the player? Will...
If some of you have troubles with the perl HEX2FDL utility, try this : binmode(STDOUT); instead of binmode STDOUT, ":bytes"; at the very first lines of the...
Hey guys I would like to know if there is a source for the firmware for the Hyundai HG12603-a LCD module. I have several I purchased from EBAY. The person I...
Hey Guys! I am doing some dev for mp3 players on a different platform and environment. However, the discussions on this group could still be of some help to me...
Hey guys, I am running into a problem with some C and asm code for the player. I am working on changing dirlist.c:char test_file_extension(void) to ...
Regarding the mp3 player project: http://www.pjrc.com/tech/mp3/ ... This would be best to discuss in the yahoo mp3 player developers group. That way, other...
First of all, hi to everyone on the list. Been browsing on and off for a while, and found the wealth of information you all exchange very useful for learning. ...
I just put the finishing touches on my rewrite of the treedir file-browsing code and am about to commit it to CVS after this e-mail. New things: -The new code...