FS#9051 - remove LCD margins... use viewports if you need them...
commit042aa3bdf805152749aea2e98f21e684348315f0
authorjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Mon, 23 Jun 2008 13:20:35 +0000 (23 13:20 +0000)
committerjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Mon, 23 Jun 2008 13:20:35 +0000 (23 13:20 +0000)
treeea5672478b70e550910bc179a7644afa70c0d057
parente2c7d7d3fbcb46f03742a1e149b0625392b3022a
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
38 files changed:
apps/debug_menu.c
apps/gui/gwps-common.c
apps/gui/gwps.c
apps/gui/gwps.h
apps/gui/icon.c
apps/gui/statusbar.h
apps/gui/viewport.c
apps/gui/wps_debug.c
apps/gui/wps_parser.c
apps/logfdisp.c
apps/menus/display_menu.c
apps/playlist.c
apps/plugin.c
apps/plugin.h
apps/plugins/solitaire.c
apps/plugins/test_codec.c
apps/plugins/test_disk.c
apps/plugins/test_fps.c
apps/plugins/test_viewports.c
apps/plugins/viewer.c
apps/recorder/recording.c
apps/screen_access.c
apps/screen_access.h
firmware/drivers/lcd-16bit.c
firmware/drivers/lcd-1bit-vert.c
firmware/drivers/lcd-2bit-horz.c
firmware/drivers/lcd-2bit-vert.c
firmware/drivers/lcd-2bit-vi.c
firmware/drivers/lcd-charcell.c
firmware/export/events.h
firmware/export/lcd-remote.h
firmware/export/lcd.h
firmware/logf.c
firmware/target/arm/imx31/debug-imx31.c
firmware/target/arm/s3c2440/debug-s3c2440.c
firmware/target/arm/tcc77x/debug-tcc77x.c
firmware/target/arm/tcc780x/debug-tcc780x.c
firmware/target/arm/tms320dm320/debug-dm320.c