summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/grey_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/grey_core.c')
-rw-r--r--apps/plugins/lib/grey_core.c4
1 files changed, 2 insertions, 2 deletions
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,