rockbox/apps/plugins/imageviewer/bmp/bmp_ui.c
Teruaki Kawashima c4eea8f11f FS#10535: bmp viewer plugin.
* changed bmp.c so that it loads bitmap larger than LCD correctly.
* removed bmp entry form inbuilt_filetypes in filetypes.c so that bmp files will be opened with bmp viewer when selected in browser.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24754 a1c6a512-1295-4272-9138-f99709370657
2010-02-18 15:10:31 +00:00

5 lines
110 B
C

#define BMP_VIEWER
#define MENU_TITLE "BMP Menu"
#define UNSCALED_IS_AVAILABLE 1
#include "../imageviewer.c"