summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2002-09-26Auto-poweroff restarts the timeout when extracting the chargerLinus Nielsen Feltzing1-4/+14
2002-09-25More sensible (but probably still not working) power offLinus Nielsen Feltzing1-0/+3
2002-09-25Don't auto-poweroff if USB is insertedLinus Nielsen Feltzing3-0/+8
2002-09-25Improved retry handlingBjörn Stenberg1-5/+12
2002-09-25For some strange reason, getsonglength() couldn't handle 800Kbyte ID3V2 tags :-)Linus Nielsen Feltzing1-1/+3
2002-09-24New scroll code by Björn Fischer.Björn Stenberg1-71/+75
2002-09-24Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...Björn Stenberg3-25/+15
2002-09-24Check status register for errorBjörn Stenberg1-0/+4
2002-09-24Added read retry.Björn Stenberg1-45/+53
2002-09-24Corrected the ones[] and zeros[] arraysLinus Nielsen Feltzing1-2/+3
2002-09-24Now powers off when the music is pausedLinus Nielsen Feltzing1-2/+16
2002-09-24New mpeg_status() function replaces mpeg_is_playing()Linus Nielsen Feltzing2-4/+17
2002-09-23A little nicer r characterLinus Nielsen Feltzing1-1/+1
2002-09-23Simulator fixLinus Nielsen Feltzing1-0/+5
2002-09-23Auto-poweroff, by Lee MarlowLinus Nielsen Feltzing2-0/+31
2002-09-23Now exports last_disk_activity, for auto-poweroffLinus Nielsen Feltzing2-1/+3
2002-09-23Added timestamps of key presses, for auto-poweroffLinus Nielsen Feltzing2-0/+7
2002-09-23Split lcd driver into lcd-player and lcd-recorder. Player simulator still nee...Björn Stenberg4-1086/+1119
2002-09-23Bug fix: The LED was not on during writesBjörn Stenberg1-2/+2
2002-09-21updated makefile with fonts and .lang supportFelix Arends1-2/+12
2002-09-21Removed old font issuesBjörn Stenberg1-6/+1
2002-09-20New full ISO-8859-1 system font.Björn Stenberg9-5207/+3224
2002-09-19Added Philipp Pertermanns oscillograph demoBjörn Stenberg2-0/+18
2002-09-19Better handling of tagless tracks with VBR headersLinus Nielsen Feltzing1-1/+6
2002-09-18Another strike in the battle against glitches between tracksLinus Nielsen Feltzing1-1/+3
2002-09-18Another strike in the battle against glitches between tracksLinus Nielsen Feltzing1-2/+23
2002-09-17Philipp's fix .eq loading patchEric Linenberg1-2/+2
2002-09-17no C99 stuff here ;-)Daniel Stenberg1-1/+2
2002-09-171. Update the playlist index when starting the list (fixes invalid track num ...Hardeep Sidhu1-22/+31
2002-09-16added memcmp function to make rockbox compilable with latest gcc versions wit...Felix Arends1-0/+113
2002-09-16Now skips garbage padding after the ID3V2 tag, along with Xing and LAME headersLinus Nielsen Feltzing1-6/+27
2002-09-16Removing the ID3V1 tag could give a negative len variableLinus Nielsen Feltzing1-1/+3
2002-09-16removed redundant size checksDaniel Stenberg1-8/+0
2002-09-16When getting tag contents, we might read a tag which has a part of it withinDaniel Stenberg1-3/+3
2002-09-16if the id3v2 tags avaiable are bigger than our buffer size, at least tryDaniel Stenberg1-1/+1
2002-09-16lcd_setfont() is for bitmap LCDs onlyDaniel Stenberg1-0/+2
2002-09-16Daniel, Eric Linenberg4-28/+49
2002-09-13Added pitch setting screen for recorders. Hold ON in wps to see it. Pitch ran...Björn Stenberg1-1/+4
2002-09-13mpeg_set_pitch() was backwardsLinus Nielsen Feltzing1-1/+1
2002-09-13bye bye chartables, you have served us wellDaniel Stenberg1-207/+0
2002-09-13Greg Haerr's font patch 3:Daniel Stenberg2-41/+77
2002-09-13moved the 12x16 font from the chartables to the bounce code, as that isDaniel Stenberg1-103/+0
2002-09-13undef MAX_PATH before defining it makes it play the simulator game betterDaniel Stenberg1-0/+1
2002-09-12no longer include unicode.h, we've removed that fileDaniel Stenberg1-1/+0
2002-09-12Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg15-876/+5406
2002-09-12Pitch control for RecorderLinus Nielsen Feltzing2-0/+23
2002-09-10Flush and reload preloaded tracks if playlist changesHardeep Sidhu2-6/+61
2002-09-10define away lcd_update_rect() too on playersDaniel Stenberg1-0/+1
2002-09-09lcd_puts() now clears to end-of-lineBjörn Stenberg1-12/+19
2002-09-09Read tracknum from id3v1.1 tag (Kenneth Kiraly)Björn Stenberg1-17/+23