summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2002-08-11Removed extra pixel btwn charsBjörn Stenberg1-2/+1
2002-08-11First version of loadable fonts patch by Alex GitelmanBjörn Stenberg3-34/+213
2002-08-09Added lcd_scroll_pause/resumeJustin Heiner2-0/+12
2002-08-09reindentedMarkus Braun1-4/+8
2002-08-09made lcd_invertrect() workingMarkus Braun2-2/+11
2002-08-09Added lcd_update_rect(), for updating only a part of the LCD. This wasDaniel Stenberg2-1/+38
2002-08-07Made battery_level() use the power history table to get an average battery le...Heikki Hannikainen2-42/+0
2002-08-07Added status bar to file browser and wpsMarkus Braun2-155/+11
2002-08-07Added button_get_w_tmo()Linus Nielsen Feltzing2-0/+19
2002-08-06Added battery charger code for the recorder and battery voltage statistics ke...Heikki Hannikainen3-4/+17
2002-08-06rtc_init() takes care of both the ST and HT bitsLinus Nielsen Feltzing1-3/+15
2002-08-06Added rtc_init()Linus Nielsen Feltzing1-0/+1
2002-08-06rtc_read() now sends a stop condition. This hopefully fixes the stopping cloc...Linus Nielsen Feltzing1-1/+11
2002-08-02Cleaned up the sleep options a littleLinus Nielsen Feltzing1-10/+65
2002-08-01Markus Braun's progressbar and slidebar codeDaniel Stenberg2-0/+149
2002-08-01Moved some time critical functions to internal RAMLinus Nielsen Feltzing1-1/+6
2002-08-01Now uses CMD_STANDBY again. CMD_SLEEP used more power than CMD_STANDBY for so...Linus Nielsen Feltzing1-7/+11
2002-08-01Moved LCD frame buffer to internal RAMLinus Nielsen Feltzing1-1/+1
2002-08-01Moved ata_read_sectors() to internal RAMLinus Nielsen Feltzing1-0/+7
2002-07-29Commented the ADC channelsLinus Nielsen Feltzing1-7/+11
2002-07-29charger_inserted() used the wrong ADC channelLinus Nielsen Feltzing1-1/+1
2002-07-29Now uses HAVE_MASxxxxx macros instead of RECORDERLinus Nielsen Feltzing1-4/+4
2002-07-28Enabled ata_write_sectors()Linus Nielsen Feltzing1-2/+0
2002-07-28Added battery_level_safe() functionLinus Nielsen Feltzing2-0/+8
2002-07-28Added ata_disk_is_active() functionLinus Nielsen Feltzing2-2/+8
2002-07-28mas_run() didn't workLinus Nielsen Feltzing1-1/+1
2002-07-27Corrected debug outputLinus Nielsen Feltzing1-1/+1
2002-07-27Removed some debugging codeLinus Nielsen Feltzing1-28/+0
2002-07-27Reworked the button codeLinus Nielsen Feltzing2-51/+67
2002-07-27Spindown mode is STANDBY when debuggingLinus Nielsen Feltzing1-0/+4
2002-07-27Added key-release event maskingLinus Nielsen Feltzing2-10/+45
2002-07-26New voltage levels for full and empty batteryLinus Nielsen Feltzing2-5/+6
2002-07-25Automatic Volume Control for Recorder by Heikki HannikainenLinus Nielsen Feltzing1-0/+7
2002-07-25Oh, those simulator compiler errors...Linus Nielsen Feltzing1-0/+8
2002-07-25Faster display updates on recorder, 36ms instead of 54msLinus Nielsen Feltzing1-8/+97
2002-07-24Added multi-button read for recorderLinus Nielsen Feltzing1-12/+14
2002-07-24Added key repeat controlLinus Nielsen Feltzing2-4/+22
2002-07-24Scroll garbage bug fix by Stuart TedfordLinus Nielsen Feltzing1-5/+6
2002-07-24fat_seek() end-of-file bug fix by Hardeep SidhuLinus Nielsen Feltzing1-1/+11
2002-07-23Now reports key release eventsLinus Nielsen Feltzing1-0/+5
2002-07-23Possibly better USB handlingLinus Nielsen Feltzing1-24/+22
2002-07-23Still more simulator compiler error killingLinus Nielsen Feltzing1-3/+1
2002-07-23Killed simulator compile errorLinus Nielsen Feltzing1-1/+2
2002-07-22Added icon functions for the Player modelLinus Nielsen Feltzing2-29/+81
2002-07-22Loudness and Superbass patch by Heikki HannikainenLinus Nielsen Feltzing1-0/+5
2002-07-22Slightly different battery level rangeLinus Nielsen Feltzing2-2/+5
2002-07-17battery_level() would sometimes return wrong valueBjörn Stenberg1-3/+3
2002-07-16Removed use of internal harddisk standby timer and instead added software sle...Björn Stenberg2-34/+63
2002-07-16Faster, deeper disk sleep. Should save us some power.Björn Stenberg2-2/+41
2002-07-16Only one pixel clearing necessaryBjörn Stenberg1-1/+1