1
0
Fork 0
forked from len0rd/rockbox
foxbox/firmware/target/arm/tcc780x
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
..
cowond2 Initial D2 sound playback support (known issues to follow on the CowonD2Info wiki page). 2008-06-22 18:48:22 +00:00
adc-tcc780x.c Make the TCC780x ADC driver work again in the bootloader. 2008-04-07 22:48:19 +00:00
app.lds Make sure the linker considers crt0*.o before all files specified on the command line by using STARTUP() instead of INPUT() in the .lds. Using INPUT() makes the linker process crt0*.o after all files specified on the command line, making linking fail if there are librockbox.a members which are only referenced by crt0*.o. Remove the hackaround that was needed for building the gigabeat S bootloader before (aka UIE() problem). 2008-04-29 06:19:32 +00:00
ata-nand-tcc780x.c D2: Configure NAND GPIO lines /before/ attempting to use them. Should fix 16Gb support. 2008-06-10 18:03:13 +00:00
ata-target.h Initial Cowon D2 commit: 2008-01-14 22:04:48 +00:00
boot.lds Make sure the linker considers crt0*.o before all files specified on the command line by using STARTUP() instead of INPUT() in the .lds. Using INPUT() makes the linker process crt0*.o after all files specified on the command line, making linking fail if there are librockbox.a members which are only referenced by crt0*.o. Remove the hackaround that was needed for building the gigabeat S bootloader before (aka UIE() problem). 2008-04-29 06:19:32 +00:00
crt0.S Initial D2 sound playback support (known issues to follow on the CowonD2Info wiki page). 2008-06-22 18:48:22 +00:00
debug-target.h fix compiling of debug menu for tcc780x 2008-02-15 12:37:36 +00:00
debug-tcc780x.c FS#9051 - remove LCD margins... use viewports if you need them... 2008-06-23 13:20:35 +00:00
kernel-tcc780x.c Enable tick IRQs on TCC780x. The main menu is now working on the D2. 2008-03-22 19:41:51 +00:00
pcm-tcc780x.c Initial D2 sound playback support (known issues to follow on the CowonD2Info wiki page). 2008-06-22 18:48:22 +00:00
system-target.h Implement set_cpu_frequency() for TCC780x, but leave it disabled for now as switching can cause an occasional freeze. Reduce default speed from maximum to 48Mhz. 2008-03-29 20:40:38 +00:00
system-tcc780x.c D2: Stop panic screen from crashing instantly (seems this has been broken for a while). 2008-05-31 11:30:24 +00:00
timer-target.h Initial Cowon D2 commit: 2008-01-14 22:04:48 +00:00
timer-tcc780x.c Remove the last D2 yellows (user timer is not yet implemented). 2008-05-05 19:43:01 +00:00