rockbox/firmware/drivers
Jens Arnold b5fc2530a7 Removed the XYZ_PIXEL() macros. They are no longer needed, and they did only work correctly for b&w.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7074 a1c6a512-1295-4272-9138-f99709370657
2005-07-08 19:09:17 +00:00
..
adc.c First lame attempt to show correct battery level on the iRiver 2005-04-06 23:53:19 +00:00
ata.c Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC icon display on iriver, and saves some code on Ondio. Removed invert_led() as it is no longer used. 2005-06-04 23:15:52 +00:00
ata_mmc.c Ondio: Fix multivolume and hotswap for the old MMC clock circuit. 2005-05-22 00:42:00 +00:00
button.c Check for features, not for models. 2005-07-01 16:22:56 +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 Adding entries to the FAT16 root dir still failed under certain conditions. The shortcut check cannot work the way it was implemented - removed it. 2005-04-27 01:23:31 +00:00
fmradio.c moved and renamed fmradio_set/get_status to power.c, where it now additionally serves well for tuner power enable on OndioFM 2004-10-17 08:53:18 +00:00
fmradio_i2c.c Philips tuner supported 2004-10-17 23:24:18 +00:00
i2c-h100.c Slightly better error handling in the iRiver I2C driver 2005-06-08 11:47:16 +00:00
i2c.c Moved unrelated stuff from i2c the driver to appropriate places. Minor optimisation in i2c driver. 2005-05-07 22:29:35 +00:00
lcd-h100-remote.c Removed the XYZ_PIXEL() macros. They are no longer needed, and they did only work correctly for b&w. 2005-07-08 19:09:17 +00:00
lcd-h100.c 4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and light grey background in splash() boxes. Simplified the splash() box creation as the new graphics core does clipping. Adapted screendump feature and added flexible preprocessing to construct the bmp header. Rockboy now uses 4-grey mode as well. 4-grey support for win32 simulator. Fixed win32 player sim to not use double bitmap conversion via a recorder-like framebuffer, and correctly display double-height text. X11 simulator temporarily adapted. The display won't be distorted, but it still shows b&w only. 2005-07-06 22:58:02 +00:00
lcd-player-charset.c if __CONFIG_H__ is defined, don't include config.h 2005-05-23 12:04:30 +00:00
lcd-player.c Preparations for implementing the new graphics api: Ordered lcd bitmap driver defines, variables and functions by function groups. Centralised some definitions, code cleanup. 2005-06-23 16:53:54 +00:00
lcd-recorder.c Removed the XYZ_PIXEL() macros. They are no longer needed, and they did only work correctly for b&w. 2005-07-08 19:09:17 +00:00
lcd.S iRiver: more relaxed LCD timing 2005-03-01 14:32:17 +00:00
led.c Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC icon display on iriver, and saves some code on Ondio. Removed invert_led() as it is no longer used. 2005-06-04 23:15:52 +00:00
mas.c Moved unrelated stuff from i2c the driver to appropriate places. Minor optimisation in i2c driver. 2005-05-07 22:29:35 +00:00
power.c New config option for optical out on iriver 2005-07-01 09:42:39 +00:00
rtc.c A proper alarm clock for the V2/FM (and v1 with mod) 2005-02-06 17:21:42 +00:00
serial.c these are not compiling for Gmini either atm 2005-02-04 15:07:50 +00:00
uda1380.c Fixed pops when starting playback. 2005-07-03 15:25:06 +00:00