summaryrefslogtreecommitdiff
path: root/firmware/drivers (follow)
Commit message (Expand)AuthorAge
...
* Now uses STANDBY_IMMEDIATE instead of STANDBYLinus Nielsen Feltzing2002-08-29
* Changed lcd_drawrect() to use upper left corner and height/width as parametersMarkus Braun2002-08-28
* Repearied LOADABLE_FONTS, which was broken by the recent propfonts scroll fixBjörn Stenberg2002-08-28
* Adjusted the key sense voltage levels a littleLinus Nielsen Feltzing2002-08-27
* Fixed some nasty mutex glitchesLinus Nielsen Feltzing2002-08-27
* Don't call perform_sleep() while already sleepingBjörn Stenberg2002-08-26
* Added configurable disk spindown. The disk will also now not spin down while ...Björn Stenberg2002-08-26
* Propfont fix/kludge for the scroll code. Now doesn't garble the line and shou...Björn Stenberg2002-08-26
* Fixed minor bug in previous change: 0 is a valid sectorHardeep Sidhu2002-08-24
* Data at end of file was not being read if last sector fell on cluster boundaryHardeep Sidhu2002-08-24
* New measurements show ATA_SLEEP saves us 30-40 mA over ATA_STANDBY.Björn Stenberg2002-08-22
* Added icons for charcell simulator.Mats Lidell2002-08-21
* Fixed lcd_getstringsize() for prop fonts. Now also counts the blank columnsMarkus Braun2002-08-21
* added functions to get the current marginsMarkus Braun2002-08-20
* Fall back to fixed font if loadable font is not presentBjörn Stenberg2002-08-19
* Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song,...Björn Stenberg2002-08-16
* No DAC3550A in the recorderLinus Nielsen Feltzing2002-08-16
* Removed warningBjörn Stenberg2002-08-15
* Added delayed write for settings. Doesn't write until someone else accesses t...Björn Stenberg2002-08-15
* time/date setting works now with loadable and proportional fontsMarkus Braun2002-08-15
* fat_read() now reads multiple sectors per ATA commandBjörn Stenberg2002-08-14
* Added support for reading/writing 256 sectorsBjörn Stenberg2002-08-14
* Removed verbose debug messageBjörn Stenberg2002-08-14
* Allow (slow) reading to odd addressBjörn Stenberg2002-08-14
* Another strike against the evil distortion problemLinus Nielsen Feltzing2002-08-14
* Removed warningBjörn Stenberg2002-08-13
* Replaced busy loop with sleep()Björn Stenberg2002-08-13
* If we're having loadable/proportional fonts, use them for everythingBjörn Stenberg2002-08-13
* Don't save settings on disk if it has no partition tableBjörn Stenberg2002-08-13
* Added LCD contrast settingLinus Nielsen Feltzing2002-08-13
* Big lcd_width only for simulator without HAVE_LCD_BITMAP.Mats Lidell2002-08-12
* Changed lcd_width for simulator to match size of big font.Mats Lidell2002-08-12
* Remote control support addedBjörn Stenberg2002-08-12
* Code makeupBjörn Stenberg2002-08-12
* Removed extra pixel btwn charsBjörn Stenberg2002-08-11
* First version of loadable fonts patch by Alex GitelmanBjörn Stenberg2002-08-11
* Added lcd_scroll_pause/resumeJustin Heiner2002-08-09
* reindentedMarkus Braun2002-08-09
* made lcd_invertrect() workingMarkus Braun2002-08-09
* Added lcd_update_rect(), for updating only a part of the LCD. This wasDaniel Stenberg2002-08-09
* Made battery_level() use the power history table to get an average battery le...Heikki Hannikainen2002-08-07
* Added status bar to file browser and wpsMarkus Braun2002-08-07
* Added button_get_w_tmo()Linus Nielsen Feltzing2002-08-07
* Added battery charger code for the recorder and battery voltage statistics ke...Heikki Hannikainen2002-08-06
* rtc_init() takes care of both the ST and HT bitsLinus Nielsen Feltzing2002-08-06
* Added rtc_init()Linus Nielsen Feltzing2002-08-06
* rtc_read() now sends a stop condition. This hopefully fixes the stopping cloc...Linus Nielsen Feltzing2002-08-06
* Cleaned up the sleep options a littleLinus Nielsen Feltzing2002-08-02
* Markus Braun's progressbar and slidebar codeDaniel Stenberg2002-08-01
* Moved some time critical functions to internal RAMLinus Nielsen Feltzing2002-08-01