summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2002-09-24New scroll code by Björn Fischer.Björn Stenberg
2002-09-24Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...Björn Stenberg
2002-09-24Check status register for errorBjörn Stenberg
2002-09-24Added read retry.Björn Stenberg
2002-09-24Corrected the ones[] and zeros[] arraysLinus Nielsen Feltzing
2002-09-24Now powers off when the music is pausedLinus Nielsen Feltzing
2002-09-24New mpeg_status() function replaces mpeg_is_playing()Linus Nielsen Feltzing
2002-09-23A little nicer r characterLinus Nielsen Feltzing
2002-09-23Simulator fixLinus Nielsen Feltzing
2002-09-23Auto-poweroff, by Lee MarlowLinus Nielsen Feltzing
2002-09-23Now exports last_disk_activity, for auto-poweroffLinus Nielsen Feltzing
2002-09-23Added timestamps of key presses, for auto-poweroffLinus Nielsen Feltzing
2002-09-23Split lcd driver into lcd-player and lcd-recorder. Player simulator still nee...Björn Stenberg
2002-09-23Bug fix: The LED was not on during writesBjörn Stenberg
2002-09-21updated makefile with fonts and .lang supportFelix Arends
2002-09-21Removed old font issuesBjörn Stenberg
2002-09-20New full ISO-8859-1 system font.Björn Stenberg
2002-09-19Added Philipp Pertermanns oscillograph demoBjörn Stenberg
2002-09-19Better handling of tagless tracks with VBR headersLinus Nielsen Feltzing
2002-09-18Another strike in the battle against glitches between tracksLinus Nielsen Feltzing
2002-09-18Another strike in the battle against glitches between tracksLinus Nielsen Feltzing
2002-09-17Philipp's fix .eq loading patchEric Linenberg
2002-09-17no C99 stuff here ;-)Daniel Stenberg
2002-09-171. Update the playlist index when starting the list (fixes invalid track num ...Hardeep Sidhu
2002-09-16added memcmp function to make rockbox compilable with latest gcc versions wit...Felix Arends
2002-09-16Now skips garbage padding after the ID3V2 tag, along with Xing and LAME headersLinus Nielsen Feltzing
2002-09-16Removing the ID3V1 tag could give a negative len variableLinus Nielsen Feltzing
2002-09-16removed redundant size checksDaniel Stenberg
2002-09-16When getting tag contents, we might read a tag which has a part of it withinDaniel Stenberg
2002-09-16if the id3v2 tags avaiable are bigger than our buffer size, at least tryDaniel Stenberg
2002-09-16lcd_setfont() is for bitmap LCDs onlyDaniel Stenberg
2002-09-16Daniel, Eric Linenberg
2002-09-13Added pitch setting screen for recorders. Hold ON in wps to see it. Pitch ran...Björn Stenberg
2002-09-13mpeg_set_pitch() was backwardsLinus Nielsen Feltzing
2002-09-13bye bye chartables, you have served us wellDaniel Stenberg
2002-09-13Greg Haerr's font patch 3:Daniel Stenberg
2002-09-13moved the 12x16 font from the chartables to the bounce code, as that isDaniel Stenberg
2002-09-13undef MAX_PATH before defining it makes it play the simulator game betterDaniel Stenberg
2002-09-12no longer include unicode.h, we've removed that fileDaniel Stenberg
2002-09-12Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg
2002-09-12Pitch control for RecorderLinus Nielsen Feltzing
2002-09-10Flush and reload preloaded tracks if playlist changesHardeep Sidhu
2002-09-10define away lcd_update_rect() too on playersDaniel Stenberg
2002-09-09lcd_puts() now clears to end-of-lineBjörn Stenberg
2002-09-09Read tracknum from id3v1.1 tag (Kenneth Kiraly)Björn Stenberg
2002-09-09Fixed sim buildLinus Nielsen Feltzing
2002-09-09Mono right had the wrong levelLinus Nielsen Feltzing
2002-09-09Added channel configurationLinus Nielsen Feltzing
2002-09-09Changed screen outputLinus Nielsen Feltzing
2002-09-08now also build without parametersFelix Arends