summaryrefslogtreecommitdiff
path: root/apps/plugins/png
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/png')
-rw-r--r--apps/plugins/png/png.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/plugins/png/png.h b/apps/plugins/png/png.h
index ddf1ac2d26..bdf7186a2c 100644
--- a/apps/plugins/png/png.h
+++ b/apps/plugins/png/png.h
@@ -298,6 +298,17 @@ You are free to name this file lodepng.cpp or lodepng.c depending on your usage.
298#define PNG_NEXT BUTTON_VIEW 298#define PNG_NEXT BUTTON_VIEW
299#define PNG_PREVIOUS BUTTON_PLAYLIST 299#define PNG_PREVIOUS BUTTON_PLAYLIST
300 300
301#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
302#define PNG_ZOOM_IN BUTTON_VOL_UP
303#define PNG_ZOOM_OUT BUTTON_VOL_DOWN
304#define PNG_UP BUTTON_UP
305#define PNG_DOWN BUTTON_DOWN
306#define PNG_LEFT BUTTON_PREV
307#define PNG_RIGHT BUTTON_NEXT
308#define PNG_MENU BUTTON_MENU
309#define PNG_NEXT BUTTON_RIGHT
310#define PNG_PREVIOUS BUTTON_LEFT
311
301#elif CONFIG_KEYPAD == ONDAVX747_PAD 312#elif CONFIG_KEYPAD == ONDAVX747_PAD
302#define PNG_MENU BUTTON_POWER 313#define PNG_MENU BUTTON_POWER
303#elif CONFIG_KEYPAD == ONDAVX777_PAD 314#elif CONFIG_KEYPAD == ONDAVX777_PAD