summaryrefslogtreecommitdiff
path: root/firmware/drivers (follow)
Commit message (Expand)AuthorAge
...
* Fat32 write updates: Nixed some bugs. Basic file creation now works. Todo: Lo...Björn Stenberg2002-10-22
* Dubbled the size of player bitmap. The double height/width will be used toKjell Ericson2002-10-21
* Added multiline scroll support.Markus Braun2002-10-21
* Snapshot of file writing code. Bugs remain. Only short names are supported yet.Björn Stenberg2002-10-20
* Undefined functions supplied for simulator in lcd-playersim.cMats Lidell2002-10-18
* New size for the player window.Kjell Ericson2002-10-17
* Removed all traces of the repeat and release masksLinus Nielsen Feltzing2002-10-16
* Don't reboot unless we are connected to a chargerLinus Nielsen Feltzing2002-10-16
* The player firmware now autodetects the LCD type. No need for two player vers...Linus Nielsen Feltzing2002-10-15
* BUTTON_OFF was set in the player. my last changed made it apparentRobert Hak2002-10-12
* I forgot to fix button masks (thanks hardeep)Robert Hak2002-10-12
* declare the lcd_framebuffer "nicer" in the #ifdefDaniel Stenberg2002-10-11
* Simulator icons not needed.Mats Lidell2002-10-11
* Filters out AN5 keys if UP is pressed. Solves bug #619028.Linus Nielsen Feltzing2002-10-09
* New analog button levels (again)Linus Nielsen Feltzing2002-10-08
* Remote control now sends both key-down and key-up eventsLinus Nielsen Feltzing2002-10-02
* Support getting width OR height of stringBjörn Stenberg2002-10-01
* A lot more stable remote control handlingLinus Nielsen Feltzing2002-09-30
* Philip Pertermanns peak meterLinus Nielsen Feltzing2002-09-27
* More sensible (but probably still not working) power offLinus Nielsen Feltzing2002-09-25
* Improved retry handlingBjörn Stenberg2002-09-25
* New scroll code by Björn Fischer.Björn Stenberg2002-09-24
* Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...Björn Stenberg2002-09-24
* Check status register for errorBjörn Stenberg2002-09-24
* Added read retry.Björn Stenberg2002-09-24
* Corrected the ones[] and zeros[] arraysLinus Nielsen Feltzing2002-09-24
* Now exports last_disk_activity, for auto-poweroffLinus Nielsen Feltzing2002-09-23
* Added timestamps of key presses, for auto-poweroffLinus Nielsen Feltzing2002-09-23
* Split lcd driver into lcd-player and lcd-recorder. Player simulator still nee...Björn Stenberg2002-09-23
* Bug fix: The LED was not on during writesBjörn Stenberg2002-09-23
* New full ISO-8859-1 system font.Björn Stenberg2002-09-20
* Added Philipp Pertermanns oscillograph demoBjörn Stenberg2002-09-19
* no longer include unicode.h, we've removed that fileDaniel Stenberg2002-09-12
* Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg2002-09-12
* define away lcd_update_rect() too on playersDaniel Stenberg2002-09-10
* lcd_puts() now clears to end-of-lineBjörn Stenberg2002-09-09
* Made the sleep code a little bit less aggressive.Björn Stenberg2002-09-06
* Now runs SET_MULTIPLE_MODE after usb disconnect, since the windows driver set...Björn Stenberg2002-09-06
* Optimized ata_read_sectors() a littleLinus Nielsen Feltzing2002-09-06
* Moved the LCD frame buffer back to DRAMLinus Nielsen Feltzing2002-09-06
* changed REPEAT_INTERVAL_START back to 4 as it originally wasEric Linenberg2002-09-06
* added button repeat accelerationEric Linenberg2002-09-05
* Now uses READ MULTIPLE command. Also corrected some return values.Björn Stenberg2002-09-05
* Increased BSY & RDY timeouts to 10 secondsBjörn Stenberg2002-09-04
* Added (disabled) screendump featureLinus Nielsen Feltzing2002-09-04
* Added quick-set screens to F2 (play modes) and F3 (screen settings) in dir br...Björn Stenberg2002-09-03
* Added lcd_putc()Linus Nielsen Feltzing2002-09-03
* Ooops! perform_soft_reset() unlocked the mutex...Linus Nielsen Feltzing2002-09-02
* STANDBY mode works againLinus Nielsen Feltzing2002-09-02
* wait_for_rdy() now actually waits for RDYLinus Nielsen Feltzing2002-08-29