summaryrefslogtreecommitdiff
path: root/firmware/drivers
AgeCommit message (Expand)Author
2002-07-04Increased the scroll thread stackLinus Nielsen Feltzing
2002-07-03Increased the scroll line buffer to 257Linus Nielsen Feltzing
2002-07-02Added some debug informationLinus Nielsen Feltzing
2002-07-01Removed TAB charsLinus Nielsen Feltzing
2002-06-30New voltage levelsLinus Nielsen Feltzing
2002-06-30Now uses adc_read()Linus Nielsen Feltzing
2002-06-30Corrected ADC channel C registersLinus Nielsen Feltzing
2002-06-30First versionLinus Nielsen Feltzing
2002-06-30Made button_queue globalLinus Nielsen Feltzing
2002-06-30Some cleanupLinus Nielsen Feltzing
2002-06-27lcd_putspropxy() now clears drawing area before drawingBjörn Stenberg
2002-06-27Added left/right/deemphasis functionality of dac_volumeLinus Nielsen Feltzing
2002-06-26Added STOP key reboot for Players as wellLinus Nielsen Feltzing
2002-06-26Bug 574204 fixed. Now reboots when OFF is pressed while charging.Linus Nielsen Feltzing
2002-06-26Added mas_reset()Linus Nielsen Feltzing
2002-06-26Added old_recorder variableLinus Nielsen Feltzing
2002-06-26fixed lcd_bitmapFelix Arends
2002-06-25wrong return code in mas_direct_config_write()Linus Nielsen Feltzing
2002-06-25dac_config() return the wrong error codeLinus Nielsen Feltzing
2002-06-24remove tabs :)Alan Korr
2002-06-24fixed propfonts bug which was related to illegal memory accesing of lcd_bitma...Felix Arends
2002-06-24Added backlight controlLinus Nielsen Feltzing
2002-06-24Added first RTC functionsLinus Nielsen Feltzing
2002-06-24Removed dac_volumeLinus Nielsen Feltzing
2002-06-24mas_devread is now staticLinus Nielsen Feltzing
2002-06-24Now uses i2c_begin/endLinus Nielsen Feltzing
2002-06-24Added functions for exclusive I2C accessLinus Nielsen Feltzing
2002-06-24fixed a missing unsignedDaniel Stenberg
2002-06-24strings should be 'unsigned char *' or we will get problemosDaniel Stenberg
2002-06-24more proportional font fixesDaniel Stenberg
2002-06-24the scroll loop could end up scrolling forever!Daniel Stenberg
2002-06-24slightly improved fix for proportional font scrolling, but it still isn'tDaniel Stenberg
2002-06-24made the putspropxy() use the exetended charset Magnus has made, forgotDaniel Stenberg
2002-06-21fixed the horizontal scroll graphics errorFelix Arends
2002-06-21nx was undefined for the first execution of the while statementFelix Arends
2002-06-20extended charset by Magnus ÖmanDaniel Stenberg
2002-06-20Clear area for proportional scrollBjörn Stenberg
2002-06-20added lcd_getstringsize() within the propfonts test defineDaniel Stenberg
2002-06-20Magnus Oman brought a test set proportional fontDaniel Stenberg
2002-06-20mas_writereg() was brokenLinus Nielsen Feltzing
2002-06-19Ignore volume IDBjörn Stenberg
2002-06-19Fixed bounce bugBjörn Stenberg
2002-06-19We don't need time unless we're writingBjörn Stenberg
2002-06-19when simulating a player, move down the text 8 pixels to make room forDaniel Stenberg
2002-06-19Added Recorder codeLinus Nielsen Feltzing
2002-06-19Recorder modificationsLinus Nielsen Feltzing
2002-06-18Killed warningsLinus Nielsen Feltzing
2002-06-18Better ATA I/O detectionLinus Nielsen Feltzing
2002-06-15Added lcd_clearline() - the opposite of drawline. We need this to make funnyDaniel Stenberg
2002-06-12typecast array indexing to int from char to prevent compiler warningDaniel Stenberg