rockbox/firmware/drivers
Jonathan Gordon bdbdb97f19 FS#9051 - remove LCD margins... use viewports if you need them...
NOTE to WPS people....
%m has been removed, but (i think) because of the other %m tags it wont fail if you try loading a wps with %m|..|, it will just be ignored.
Also note that if the statusbar is enabled the default viewport is 8 pixels shorter than when its not, i.e (0,0) is really (0,8) if the statusbar is shown... I dont think this will be a major issue because almost no WPS show the bar and use bitmaps... text only WPS shouldnt be affected.

Please report problem screens in http://forums.rockbox.org/index.php?topic=17358.0


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17763 a1c6a512-1295-4272-9138-f99709370657
2008-06-23 13:20:35 +00:00
..
audio Initial D2 sound playback support (known issues to follow on the CowonD2Info wiki page). 2008-06-22 18:48:22 +00:00
rtc Gigabeat S: 2008-05-21 08:42:11 +00:00
tuner Update the LV24020 FM driver so that it can be used on the D2. Register read/write and chip_id detection works now. 2008-06-07 19:23:57 +00:00
ata.c Reinstate the awful ATA hack that has no proper reason to exist for iPod 5.5g 60GB and/or 80GB. 2008-06-03 04:23:09 +00:00
ata_flash.c ata_flash.c: write 32 bits to the buffer at a time when reading a sector. 2007-09-22 22:53:29 +00:00
ata_mmc.c No need to have \n here. panicf() won't output it anyway. 2008-03-08 23:56:00 +00:00
button.c Bring Gigabeat S bootloader one step close to a release version. 2008-05-10 18:00:11 +00:00
dac.c
dac.h
eeprom_24cxx.c FS#6419 - driver for H1x0 series RTC Mod with runtime detection 2007-02-28 13:20:36 +00:00
fat.c Moved atoi declaration to stdlib.h. Deleted atoi.h 2008-04-28 16:18:04 +00:00
fmradio.c Update source files to include the header file for the functions they implement, to make sure the header and the implementation is consistent (and fix it for a case where it wasn't). 2008-04-28 10:22:05 +00:00
generic_i2c.c Removed executable flag 2007-01-09 23:29:07 +00:00
i2c.c Update source files to include the header file for the functions they implement, to make sure the header and the implementation is consistent (and fix it for a case where it wasn't). 2008-04-28 10:22:05 +00:00
isp1362.c Removed executable flag 2007-01-09 23:29:07 +00:00
isp1583.c 1) Put USB in IRAM 2008-05-16 21:05:18 +00:00
lcd-1bit-vert.c FS#9051 - remove LCD margins... use viewports if you need them... 2008-06-23 13:20:35 +00:00
lcd-2bit-horz.c FS#9051 - remove LCD margins... use viewports if you need them... 2008-06-23 13:20:35 +00:00
lcd-2bit-vert.c FS#9051 - remove LCD margins... use viewports if you need them... 2008-06-23 13:20:35 +00:00
lcd-2bit-vi.c FS#9051 - remove LCD margins... use viewports if you need them... 2008-06-23 13:20:35 +00:00
lcd-16bit.c FS#9051 - remove LCD margins... use viewports if you need them... 2008-06-23 13:20:35 +00:00
lcd-charcell.c FS#9051 - remove LCD margins... use viewports if you need them... 2008-06-23 13:20:35 +00:00
lcd-charset-player.c Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
lcd-remote-1bit-v.c Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
lcd-remote-2bit-vi.c LCD drivers: * Automatically optimise horizontal and vertical lines drawn via _drawline(), with debug message to show possible optimisations in the caller. * Get rid of the extra ICODE function declarations by putting the attribute into the definition. 2008-04-12 07:53:33 +00:00
led.c Do the CONFIG_LED define 2007-02-18 05:07:19 +00:00
m5636.c Removed executable flag 2007-01-09 23:29:07 +00:00
mas.c Moved SH1 system code to target tree. * First shot at hwcompat cleanup. 2007-04-11 23:51:00 +00:00
pcf50605.c Commit FS#9076, unification of PCF-initialization for iPod Video and nano. The nano's runtime will increase by about 45min. 2008-06-14 22:22:51 +00:00
pcf50606.c Enable RTC for Cowon D2. Time readout works, but date is currently junk. 2008-04-20 21:20:16 +00:00
serial.c Fix a small typo 2008-02-19 14:30:29 +00:00
sw_i2c.c mrobe 100: real time clock (if anybody recognises the RTC chip let me know) 2008-02-03 18:15:39 +00:00
tsc2100.c remove the last mr500 yello 2008-04-27 13:38:24 +00:00