summaryrefslogtreecommitdiff
path: root/firmware/drivers (follow)
Commit message (Expand)AuthorAge
* Made button_queue globalLinus Nielsen Feltzing2002-06-30
* Some cleanupLinus Nielsen Feltzing2002-06-30
* lcd_putspropxy() now clears drawing area before drawingBjörn Stenberg2002-06-27
* Added left/right/deemphasis functionality of dac_volumeLinus Nielsen Feltzing2002-06-27
* Added STOP key reboot for Players as wellLinus Nielsen Feltzing2002-06-26
* Bug 574204 fixed. Now reboots when OFF is pressed while charging.Linus Nielsen Feltzing2002-06-26
* Added mas_reset()Linus Nielsen Feltzing2002-06-26
* Added old_recorder variableLinus Nielsen Feltzing2002-06-26
* fixed lcd_bitmapFelix Arends2002-06-26
* wrong return code in mas_direct_config_write()Linus Nielsen Feltzing2002-06-25
* dac_config() return the wrong error codeLinus Nielsen Feltzing2002-06-25
* remove tabs :)Alan Korr2002-06-24
* fixed propfonts bug which was related to illegal memory accesing of lcd_bitma...Felix Arends2002-06-24
* Added backlight controlLinus Nielsen Feltzing2002-06-24
* Added first RTC functionsLinus Nielsen Feltzing2002-06-24
* Removed dac_volumeLinus Nielsen Feltzing2002-06-24
* mas_devread is now staticLinus Nielsen Feltzing2002-06-24
* Now uses i2c_begin/endLinus Nielsen Feltzing2002-06-24
* Added functions for exclusive I2C accessLinus Nielsen Feltzing2002-06-24
* fixed a missing unsignedDaniel Stenberg2002-06-24
* strings should be 'unsigned char *' or we will get problemosDaniel Stenberg2002-06-24
* more proportional font fixesDaniel Stenberg2002-06-24
* the scroll loop could end up scrolling forever!Daniel Stenberg2002-06-24
* slightly improved fix for proportional font scrolling, but it still isn'tDaniel Stenberg2002-06-24
* made the putspropxy() use the exetended charset Magnus has made, forgotDaniel Stenberg2002-06-24
* fixed the horizontal scroll graphics errorFelix Arends2002-06-21
* nx was undefined for the first execution of the while statementFelix Arends2002-06-21
* extended charset by Magnus ÖmanDaniel Stenberg2002-06-20
* Clear area for proportional scrollBjörn Stenberg2002-06-20
* added lcd_getstringsize() within the propfonts test defineDaniel Stenberg2002-06-20
* Magnus Oman brought a test set proportional fontDaniel Stenberg2002-06-20
* mas_writereg() was brokenLinus Nielsen Feltzing2002-06-20
* Ignore volume IDBjörn Stenberg2002-06-19
* Fixed bounce bugBjörn Stenberg2002-06-19
* We don't need time unless we're writingBjörn Stenberg2002-06-19
* when simulating a player, move down the text 8 pixels to make room forDaniel Stenberg2002-06-19
* Added Recorder codeLinus Nielsen Feltzing2002-06-19
* Recorder modificationsLinus Nielsen Feltzing2002-06-19
* Killed warningsLinus Nielsen Feltzing2002-06-18
* Better ATA I/O detectionLinus Nielsen Feltzing2002-06-18
* Added lcd_clearline() - the opposite of drawline. We need this to make funnyDaniel Stenberg2002-06-15
* typecast array indexing to int from char to prevent compiler warningDaniel Stenberg2002-06-12
* Fixed tighter looping scroll.Björn Stenberg2002-06-12
* Added I/O address detection for CONTROL/ALT_STATUSLinus Nielsen Feltzing2002-06-12
* ata_read_sectors() couldn't read more that one sectorLinus Nielsen Feltzing2002-06-12
* Tighter scrollingBjörn Stenberg2002-06-12
* Skip initing LCD. Make scroll delay 1s.Björn Stenberg2002-06-11
* Removed leftover intBjörn Stenberg2002-06-11
* Changed to new chartable arraysBjörn Stenberg2002-06-11
* Don't scroll lines shorter than the screenBjörn Stenberg2002-06-11