summaryrefslogtreecommitdiff
path: root/firmware/drivers
AgeCommit message (Expand)Author
2002-10-02Remote control now sends both key-down and key-up eventsLinus Nielsen Feltzing
2002-10-01Support getting width OR height of stringBjörn Stenberg
2002-09-30A lot more stable remote control handlingLinus Nielsen Feltzing
2002-09-27Philip Pertermanns peak meterLinus Nielsen Feltzing
2002-09-25More sensible (but probably still not working) power offLinus Nielsen Feltzing
2002-09-25Improved retry handlingBjörn Stenberg
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-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-20New full ISO-8859-1 system font.Björn Stenberg
2002-09-19Added Philipp Pertermanns oscillograph demoBjörn 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-10define away lcd_update_rect() too on playersDaniel Stenberg
2002-09-09lcd_puts() now clears to end-of-lineBjörn Stenberg
2002-09-06Made the sleep code a little bit less aggressive.Björn Stenberg
2002-09-06Now runs SET_MULTIPLE_MODE after usb disconnect, since the windows driver set...Björn Stenberg
2002-09-06Optimized ata_read_sectors() a littleLinus Nielsen Feltzing
2002-09-06Moved the LCD frame buffer back to DRAMLinus Nielsen Feltzing
2002-09-06changed REPEAT_INTERVAL_START back to 4 as it originally wasEric Linenberg
2002-09-05 added button repeat accelerationEric Linenberg
2002-09-05Now uses READ MULTIPLE command. Also corrected some return values.Björn Stenberg
2002-09-04Increased BSY & RDY timeouts to 10 secondsBjörn Stenberg
2002-09-04Added (disabled) screendump featureLinus Nielsen Feltzing
2002-09-03Added quick-set screens to F2 (play modes) and F3 (screen settings) in dir br...Björn Stenberg
2002-09-03Added lcd_putc()Linus Nielsen Feltzing
2002-09-02Ooops! perform_soft_reset() unlocked the mutex...Linus Nielsen Feltzing
2002-09-02STANDBY mode works againLinus Nielsen Feltzing
2002-08-29wait_for_rdy() now actually waits for RDYLinus Nielsen Feltzing
2002-08-29Now uses STANDBY_IMMEDIATE instead of STANDBYLinus Nielsen Feltzing
2002-08-28Changed lcd_drawrect() to use upper left corner and height/width as parametersMarkus Braun
2002-08-28Repearied LOADABLE_FONTS, which was broken by the recent propfonts scroll fixBjörn Stenberg
2002-08-27Adjusted the key sense voltage levels a littleLinus Nielsen Feltzing
2002-08-27Fixed some nasty mutex glitchesLinus Nielsen Feltzing
2002-08-26Don't call perform_sleep() while already sleepingBjörn Stenberg
2002-08-26Added configurable disk spindown. The disk will also now not spin down while ...Björn Stenberg
2002-08-26Propfont fix/kludge for the scroll code. Now doesn't garble the line and shou...Björn Stenberg
2002-08-24Fixed minor bug in previous change: 0 is a valid sectorHardeep Sidhu
2002-08-24Data at end of file was not being read if last sector fell on cluster boundaryHardeep Sidhu
2002-08-22New measurements show ATA_SLEEP saves us 30-40 mA over ATA_STANDBY.Björn Stenberg
2002-08-21Added icons for charcell simulator.Mats Lidell
2002-08-21Fixed lcd_getstringsize() for prop fonts. Now also counts the blank columnsMarkus Braun
2002-08-20added functions to get the current marginsMarkus Braun
2002-08-19Fall back to fixed font if loadable font is not presentBjörn Stenberg