summaryrefslogtreecommitdiff
path: root/apps/plugins/lib
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib')
-rw-r--r--apps/plugins/lib/gray_core.c4
-rw-r--r--apps/plugins/lib/grey_core.c4
-rw-r--r--apps/plugins/lib/pluginlib_actions.c9
3 files changed, 10 insertions, 7 deletions
diff --git a/apps/plugins/lib/gray_core.c b/apps/plugins/lib/gray_core.c
index d8dddb3240..e28d56e84d 100644
--- a/apps/plugins/lib/gray_core.c
+++ b/apps/plugins/lib/gray_core.c
@@ -40,9 +40,9 @@ struct _gray_info _gray_info; /* global info structure */
40#ifndef SIMULATOR 40#ifndef SIMULATOR
41short _gray_random_buffer; /* buffer for random number generator */ 41short _gray_random_buffer; /* buffer for random number generator */
42 42
43#if CONFIG_LCD == LCD_SSD1815 || CONFIG_LCD == LCD_IFP7XX 43#if CONFIG_LCD == LCD_SSD1815 || CONFIG_LCD == LCD_IFP7XX || CONFIG_LCD == LCD_MROBE100
44/* measured and interpolated curve */ 44/* measured and interpolated curve */
45/* TODO: check for iFP */ 45/* TODO: check for iFP & m:robe 100 */
46static const unsigned char lcdlinear[256] = { 46static const unsigned char lcdlinear[256] = {
47 0, 3, 5, 8, 11, 13, 16, 18, 47 0, 3, 5, 8, 11, 13, 16, 18,
48 21, 23, 26, 28, 31, 33, 36, 38, 48 21, 23, 26, 28, 31, 33, 36, 38,
diff --git a/apps/plugins/lib/grey_core.c b/apps/plugins/lib/grey_core.c
index 5ba5f41404..0fa7e28eb9 100644
--- a/apps/plugins/lib/grey_core.c
+++ b/apps/plugins/lib/grey_core.c
@@ -36,9 +36,9 @@ struct _grey_info _grey_info; /* global info structure */
36 36
37#ifndef SIMULATOR 37#ifndef SIMULATOR
38 38
39#if CONFIG_LCD == LCD_SSD1815 || CONFIG_LCD == LCD_IFP7XX 39#if CONFIG_LCD == LCD_SSD1815 || CONFIG_LCD == LCD_IFP7XX || CONFIG_LCD == LCD_MROBE100
40/* measured and interpolated curve */ 40/* measured and interpolated curve */
41/* TODO: check for iFP */ 41/* TODO: check for iFP & m:robe 100 */
42static const unsigned char lcdlinear[256] = { 42static const unsigned char lcdlinear[256] = {
43 0, 3, 5, 8, 11, 13, 16, 18, 43 0, 3, 5, 8, 11, 13, 16, 18,
44 21, 23, 26, 28, 31, 33, 36, 38, 44 21, 23, 26, 28, 31, 33, 36, 38,
diff --git a/apps/plugins/lib/pluginlib_actions.c b/apps/plugins/lib/pluginlib_actions.c
index baf7440397..d277fe6d0d 100644
--- a/apps/plugins/lib/pluginlib_actions.c
+++ b/apps/plugins/lib/pluginlib_actions.c
@@ -111,7 +111,8 @@ const struct button_mapping generic_directions[] =
111 {PLA_DOWN_REPEAT, BUTTON_PLAY|BUTTON_REPEAT, BUTTON_NONE}, 111 {PLA_DOWN_REPEAT, BUTTON_PLAY|BUTTON_REPEAT, BUTTON_NONE},
112 {PLA_LEFT_REPEAT, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE}, 112 {PLA_LEFT_REPEAT, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE},
113 {PLA_RIGHT_REPEAT, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE}, 113 {PLA_RIGHT_REPEAT, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE},
114#elif (CONFIG_KEYPAD == IRIVER_H10_PAD) 114#elif (CONFIG_KEYPAD == IRIVER_H10_PAD) \
115 || (CONFIG_KEYPAD == MROBE100_PAD)
115 { PLA_UP, BUTTON_SCROLL_UP, BUTTON_NONE}, 116 { PLA_UP, BUTTON_SCROLL_UP, BUTTON_NONE},
116 { PLA_DOWN, BUTTON_SCROLL_DOWN, BUTTON_NONE}, 117 { PLA_DOWN, BUTTON_SCROLL_DOWN, BUTTON_NONE},
117 { PLA_LEFT, BUTTON_LEFT, BUTTON_NONE}, 118 { PLA_LEFT, BUTTON_LEFT, BUTTON_NONE},
@@ -193,7 +194,8 @@ const struct button_mapping generic_left_right_fire[] =
193 { PLA_RIGHT_REPEAT, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE}, 194 { PLA_RIGHT_REPEAT, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE},
194 { PLA_FIRE, BUTTON_SELECT, BUTTON_NONE}, 195 { PLA_FIRE, BUTTON_SELECT, BUTTON_NONE},
195 { PLA_FIRE_REPEAT, BUTTON_SELECT|BUTTON_REPEAT,BUTTON_NONE}, 196 { PLA_FIRE_REPEAT, BUTTON_SELECT|BUTTON_REPEAT,BUTTON_NONE},
196#elif (CONFIG_KEYPAD == IRIVER_H10_PAD) 197#elif (CONFIG_KEYPAD == IRIVER_H10_PAD) \
198 || (CONFIG_KEYPAD == MROBE100_PAD)
197 { PLA_LEFT, BUTTON_LEFT, BUTTON_NONE}, 199 { PLA_LEFT, BUTTON_LEFT, BUTTON_NONE},
198 { PLA_RIGHT, BUTTON_RIGHT, BUTTON_NONE}, 200 { PLA_RIGHT, BUTTON_RIGHT, BUTTON_NONE},
199 { PLA_LEFT_REPEAT, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE}, 201 { PLA_LEFT_REPEAT, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE},
@@ -286,7 +288,8 @@ const struct button_mapping generic_actions[] =
286 {PLA_MENU, BUTTON_DOWN, BUTTON_NONE}, 288 {PLA_MENU, BUTTON_DOWN, BUTTON_NONE},
287 {PLA_FIRE, BUTTON_SELECT, BUTTON_NONE}, 289 {PLA_FIRE, BUTTON_SELECT, BUTTON_NONE},
288 {PLA_FIRE_REPEAT, BUTTON_SELECT|BUTTON_REPEAT, BUTTON_NONE}, 290 {PLA_FIRE_REPEAT, BUTTON_SELECT|BUTTON_REPEAT, BUTTON_NONE},
289#elif CONFIG_KEYPAD == IRIVER_H10_PAD 291#elif CONFIG_KEYPAD == IRIVER_H10_PAD \
292 || (CONFIG_KEYPAD == MROBE100_PAD)
290 {PLA_QUIT, BUTTON_POWER, BUTTON_NONE}, 293 {PLA_QUIT, BUTTON_POWER, BUTTON_NONE},
291 {PLA_START, BUTTON_PLAY, BUTTON_NONE}, 294 {PLA_START, BUTTON_PLAY, BUTTON_NONE},
292 {PLA_MENU, BUTTON_FF, BUTTON_NONE}, 295 {PLA_MENU, BUTTON_FF, BUTTON_NONE},