rockbox/firmware/drivers
Kjell Ericson 195d716b87 Corrected the charset for old lcd of players after an incorrect change
before.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4605 a1c6a512-1295-4272-9138-f99709370657
2004-05-11 08:42:06 +00:00
..
adc.c Reverted to the old ADC driver, since it appeared to cause fake OFF keypresses (weird indeed, since the OFF key doesn't use the ADC on the plain Recorder). However, I did fix the batch convert, since it caused fake keypresses at boot time. 2004-01-20 11:57:50 +00:00
ata.c patch #922836 by Jens: way faster disk writing, in assembler. The code is in, but yet disabled by #define PREFER_C_WRITING unless it's proven safe for all disks. 2004-04-01 05:46:31 +00:00
button.c No need to turn on the backlight for remote button presses. 2004-03-22 13:27:20 +00:00
dac.c Patch #798050 by Leslie Donaldson, activates Line In on Player models 2003-11-03 23:36:36 +00:00
dac.h Patch #798050 by Leslie Donaldson, activates Line In on Player models 2003-11-03 23:36:36 +00:00
fat.c New function: rmdir(). Also some changes in the fat code, to track the parent directory in opendir(), to be able to delete directories 2004-04-16 08:58:29 +00:00
fmradio.c The code police strikes back 2003-11-07 12:15:24 +00:00
i2c.c The code police strikes back 2003-11-07 12:15:24 +00:00
lcd-player-charset.c Corrected the charset for old lcd of players after an incorrect change 2004-05-11 08:42:06 +00:00
lcd-player.c Fixed player sim warning 2004-04-21 11:00:51 +00:00
lcd-recorder.c Unified usage of lcd transfer code 2004-04-21 09:39:29 +00:00
lcd.S Fully assembler optimized lcd driver (another 10% real-world speedup on recorder), replaces lcd.c 2004-05-10 11:38:24 +00:00
led.c The code police strikes back 2003-11-07 12:15:24 +00:00
mas.c The code police strikes back 2003-11-07 12:15:24 +00:00
power.c Made set_irq_level() an inline function, and optimized it by removing the bit shifts 2004-03-02 11:32:59 +00:00
rtc.c Fix for the occasional problem on FMR devices, when the device can't be turned off 2003-12-04 11:26:10 +00:00
serial.c Made set_irq_level() an inline function, and optimized it by removing the bit shifts 2004-03-02 11:32:59 +00:00