summaryrefslogtreecommitdiff
path: root/firmware/drivers (unfollow)
Commit message (Expand)Author
2003-01-23Removed lcd_scroll_pause() and lcd_scroll_resume().Kjell Ericson
2003-01-22Code for alarm mod. Enable with adding -DHAVE_ALARM_MOD in Makefile (EXTRA_DE...Uwe Freese
2003-01-22Changed name of lcd_do_puts() to lcd_puts_cont_scroll().Kjell Ericson
2003-01-22Ludovic Lange's ADC-fix for the FMDaniel Stenberg
2003-01-21Based on Ludovic Lange excellent work, I've modified things to increaseDaniel Stenberg
2003-01-21Added lcd_do_puts() as a static function and made lcd_puts() stop any scroll ...Kjell Ericson
2003-01-20Export info about the charset.Mats Lidell
2003-01-17Added table for converting unicode page 1 and 2 into ISO 8859-2Björn Stenberg
2003-01-16Ludovic Lange's initial code for FM Recorder, edited and adjusted by me.Daniel Stenberg
2003-01-16Use the correct defines to #ifdef on, so that the FM version builds fine tooDaniel Stenberg
2003-01-14reverted kjer's lcd_clear_display() change that stops the scrollDaniel Stenberg
2003-01-14Made unicode2iso() static.Björn Stenberg
2003-01-14Added unicode conversion from cyrillic, greek, hebrew, arabic and thai.Björn Stenberg
2003-01-14Stop scrolling text when lcd_clear_display() has been called.Kjell Ericson
2003-01-14Bidirectional scroll ala recorder.Mats Lidell
2003-01-13Fixed the mapping between software mapped patterns and hardware LCD.Kjell Ericson
2003-01-13Resolved last_pat and last_used_pat.Mats Lidell
2003-01-10Bugfix2 of the bidirectional scroll. Sorry...Kjell Ericson
2003-01-10Bugfix of the bidirectional scrolling.Kjell Ericson
2003-01-10Fixed spelling misstakes.Kjell Ericson
2003-01-10Function lcd_allow_bidirectictional_scrolling() implemented so we can turn it...Kjell Ericson
2003-01-10Bidirectional scrolling implemented. The text will go back and forthKjell Ericson
2003-01-10Fixed the scroll_delay.Kjell Ericson
2003-01-10Changed debug code.Kjell Ericson
2003-01-10Removed warnings.Kjell Ericson
2003-01-10First official version.Kjell Ericson
2003-01-10Implementing the Rocklatin character set for Rockbox player.Kjell Ericson
2002-12-12Merged Uwe Freese's bidirectional scrolling patch. Added configurable scroll ...Björn Stenberg
2002-12-09Added recalculation of free disk space. Press PLAY in Debug->Disk Info->Free ...Björn Stenberg
2002-12-06Bug fix: Don't cut the power during spinup...Björn Stenberg
2002-12-06Fixed a race condition between sleep thread and spinup code.Björn Stenberg
2002-12-05Fixed spinup clocking. Also updating last_disk_activity more frequently, to a...Björn Stenberg
2002-12-04Added disk spinup clockingBjörn Stenberg
2002-12-03Bug fix: Master/slave was not always properly selected after powerdown.Björn Stenberg
2002-12-03Added 'Disk info' to debug menuBjörn Stenberg
2002-12-03use the proper #ifdef for a featureDaniel Stenberg
2002-12-03Added a >2ms delay in ata_hard_reset() before reading status, as per ATA spec...Björn Stenberg
2002-12-03Bug fix: A failed read could return OK.Björn Stenberg
2002-12-02Updated power-on procedureBjörn Stenberg
2002-11-29HAVE_ATA_POWER_OFF is now defined and used if the platform has support forDaniel Stenberg
2002-11-28Added option to enable/disable disk poweroff (for diagnostic purposes)Björn Stenberg
2002-11-27Added disk poweroff 2s after spindown. (Only for recorders yet.)Björn Stenberg
2002-11-24Removed a potential I2C deadlockLinus Nielsen Feltzing
2002-11-22Erroneous commit.Björn Stenberg
2002-11-22Fixed warnings.Björn Stenberg
2002-11-22Added creation and last-modified timestamps.Björn Stenberg
2002-11-20Added mas_readver()Linus Nielsen Feltzing
2002-11-20Added rtc_read_multiple()Linus Nielsen Feltzing
2002-11-19Removed some debug output.Björn Stenberg
2002-11-19Added rename()Björn Stenberg