rockbox/firmware/drivers
Felix Arends 3bce07ff62 fixed propfonts bug which was related to illegal memory accesing of lcd_bitmap function called by lcd_clearrect.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1158 a1c6a512-1295-4272-9138-f99709370657
2002-06-24 15:24:28 +00:00
..
ata.c Killed warnings 2002-06-18 13:19:25 +00:00
ata.h Added ata_spindown() and use of ALT_STATUS instead of STATUS 2002-04-27 14:19:00 +00:00
button.c Added backlight control 2002-06-24 13:50:39 +00:00
button.h Added 'block' parameter to button_get() 2002-05-28 12:09:30 +00:00
dac.c Now uses i2c_begin/end 2002-06-24 12:35:37 +00:00
dac.h First version 2002-05-16 21:03:57 +00:00
fat.c Ignore volume ID 2002-06-19 17:31:35 +00:00
fat.h struct bpb does not have to be global 2002-05-30 19:47:56 +00:00
i2c.c Added functions for exclusive I2C access 2002-06-24 10:34:24 +00:00
i2c.h Added functions for exclusive I2C access 2002-06-24 10:34:24 +00:00
lcd.c fixed propfonts bug which was related to illegal memory accesing of lcd_bitmap function called by lcd_clearrect. 2002-06-24 15:24:28 +00:00
lcd.h strings should be 'unsigned char *' or we will get problemos 2002-06-24 07:57:44 +00:00
led.c Changing to C99 'bool' type 2002-05-13 12:29:34 +00:00
led.h Changing to C99 'bool' type 2002-05-13 12:29:34 +00:00
mas.c Now uses i2c_begin/end 2002-06-24 12:35:37 +00:00
mas.h Removed dac_volume 2002-06-24 12:38:09 +00:00
rtc.c Added first RTC functions 2002-06-24 13:23:01 +00:00
rtc.h Added first RTC functions 2002-06-24 13:23:01 +00:00
serial.c Removed some warnings 2002-06-07 13:09:44 +00:00
serial.h Moved driver to 'drivers' subdir 2002-04-23 09:13:23 +00:00
sh7034.h more data needed by the Recorder build 2002-05-24 08:49:55 +00:00