Rearange menu of mpegplayer. Add new menu with "settings" and "quit", and remove...
[kugel-rb.git] / apps / plugins / test_grey.c
blob5ec24ec58c9f9aed8a6674966d7776b3e9837e4b
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
10 * Copyright (C) 2008 Jens Arnold
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
20 ****************************************************************************/
21 #include "plugin.h"
22 #include "lib/grey.h"
23 #include "lib/helper.h"
25 PLUGIN_HEADER
27 #if (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) \
28 || (CONFIG_KEYPAD == IPOD_1G2G_PAD)
29 #define GREY_QUIT BUTTON_MENU
30 #define GREY_OK BUTTON_SELECT
31 #define GREY_PREV BUTTON_LEFT
32 #define GREY_NEXT BUTTON_RIGHT
33 #define GREY_UP BUTTON_SCROLL_FWD
34 #define GREY_DOWN BUTTON_SCROLL_BACK
36 #elif CONFIG_KEYPAD == IRIVER_H100_PAD
37 #define GREY_QUIT BUTTON_OFF
38 #define GREY_OK BUTTON_SELECT
39 #define GREY_PREV BUTTON_LEFT
40 #define GREY_NEXT BUTTON_RIGHT
41 #define GREY_UP BUTTON_UP
42 #define GREY_DOWN BUTTON_DOWN
44 #elif CONFIG_KEYPAD == RECORDER_PAD
45 #define GREY_QUIT BUTTON_OFF
46 #define GREY_OK BUTTON_PLAY
47 #define GREY_PREV BUTTON_LEFT
48 #define GREY_NEXT BUTTON_RIGHT
49 #define GREY_UP BUTTON_UP
50 #define GREY_DOWN BUTTON_DOWN
52 #elif CONFIG_KEYPAD == ONDIO_PAD
53 #define GREY_QUIT BUTTON_OFF
54 #define GREY_OK BUTTON_MENU
55 #define GREY_PREV BUTTON_LEFT
56 #define GREY_NEXT BUTTON_RIGHT
57 #define GREY_UP BUTTON_UP
58 #define GREY_DOWN BUTTON_DOWN
60 #elif (CONFIG_KEYPAD == IAUDIO_X5M5_PAD) \
61 || (CONFIG_KEYPAD == MROBE100_PAD) \
62 || (CONFIG_KEYPAD == SANSA_CLIP_PAD)
63 #define GREY_QUIT BUTTON_POWER
64 #define GREY_OK BUTTON_SELECT
65 #define GREY_PREV BUTTON_LEFT
66 #define GREY_NEXT BUTTON_RIGHT
67 #define GREY_UP BUTTON_UP
68 #define GREY_DOWN BUTTON_DOWN
70 #elif CONFIG_KEYPAD == IAUDIO_M3_PAD
71 #define GREY_QUIT BUTTON_RC_REC
72 #define GREY_OK BUTTON_RC_PLAY
73 #define GREY_PREV BUTTON_RC_REW
74 #define GREY_NEXT BUTTON_RC_FF
75 #define GREY_UP BUTTON_RC_VOL_UP
76 #define GREY_DOWN BUTTON_RC_VOL_DOWN
78 #elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
79 #define GREY_QUIT BUTTON_REC
80 #define GREY_OK BUTTON_PLAY
81 #define GREY_PREV BUTTON_REW
82 #define GREY_NEXT BUTTON_FFWD
83 #define GREY_UP BUTTON_UP
84 #define GREY_DOWN BUTTON_DOWN
86 #else
87 #error unsupported keypad
88 #endif
90 #define BLOCK_WIDTH (LCD_WIDTH/8)
91 #define BLOCK_HEIGHT (LCD_HEIGHT/8)
93 #define STEPS 16
95 GREY_INFO_STRUCT
97 static const unsigned char dither_matrix[16][16] = {
98 { 0,192, 48,240, 12,204, 60,252, 3,195, 51,243, 15,207, 63,255 },
99 { 128, 64,176,112,140, 76,188,124,131, 67,179,115,143, 79,191,127 },
100 { 32,224, 16,208, 44,236, 28,220, 35,227, 19,211, 47,239, 31,223 },
101 { 160, 96,144, 80,172,108,156, 92,163, 99,147, 83,175,111,159, 95 },
102 { 8,200, 56,248, 4,196, 52,244, 11,203, 59,251, 7,199, 55,247 },
103 { 136, 72,184,120,132, 68,180,116,139, 75,187,123,135, 71,183,119 },
104 { 40,232, 24,216, 36,228, 20,212, 43,235, 27,219, 39,231, 23,215 },
105 { 168,104,152, 88,164,100,148, 84,171,107,155, 91,167,103,151, 87 },
106 { 2,194, 50,242, 14,206, 62,254, 1,193, 49,241, 13,205, 61,253 },
107 { 130, 66,178,114,142, 78,190,126,129, 65,177,113,141, 77,189,125 },
108 { 34,226, 18,210, 46,238, 30,222, 33,225, 17,209, 45,237, 29,221 },
109 { 162, 98,146, 82,174,110,158, 94,161, 97,145, 81,173,109,157, 93 },
110 { 10,202, 58,250, 6,198, 54,246, 9,201, 57,249, 5,197, 53,245 },
111 { 138, 74,186,122,134, 70,182,118,137, 73,185,121,133, 69,181,117 },
112 { 42,234, 26,218, 38,230, 22,214, 41,233, 25,217, 37,229, 21,213 },
113 { 170,106,154, 90,166,102,150, 86,169,105,153, 89,165,101,149, 85 }
116 static unsigned char input_levels[STEPS+1];
117 static unsigned char lcd_levels[STEPS+1];
119 static unsigned char *gbuf;
120 static size_t gbuf_size = 0;
122 static void fill_rastered(int bx, int by, int bw, int bh, int step)
124 int x, xmax, y, ymax;
125 int level;
127 if (step < 0)
128 step = 0;
129 else if (step > STEPS)
130 step = STEPS;
132 level = input_levels[step];
133 level += (level-1) >> 7;
135 for (y = (LCD_HEIGHT/2) + by * BLOCK_HEIGHT, ymax = y + bh * BLOCK_HEIGHT;
136 y < ymax; y++)
138 for (x = (LCD_WIDTH/2) + bx * BLOCK_WIDTH, xmax = x + bw * BLOCK_WIDTH;
139 x < xmax; x++)
141 grey_set_foreground((level > dither_matrix[y & 0xf][x & 0xf])
142 ? 255 : 0);
143 grey_drawpixel(x, y);
148 /* plugin entry point */
149 enum plugin_status plugin_start(const void* parameter)
151 bool done = false;
152 int cur_step = 1;
153 int button, i, l, fd;
154 unsigned char filename[MAX_PATH];
156 /* standard stuff */
157 (void)parameter;
159 gbuf = (unsigned char *) rb->plugin_get_buffer(&gbuf_size);
161 if (!grey_init(gbuf, gbuf_size,
162 GREY_BUFFERED|GREY_RAWMAPPED|GREY_ON_COP,
163 LCD_WIDTH, LCD_HEIGHT, NULL))
165 rb->splash(HZ, "Not enough memory.");
166 return PLUGIN_ERROR;
168 for (i = 0; i <= STEPS; i++)
169 input_levels[i] = lcd_levels[i] = (255 * i + (STEPS/2)) / STEPS;
171 backlight_force_on(); /* backlight control in lib/helper.c */
173 grey_set_background(0); /* set background to black */
174 grey_clear_display();
175 grey_show(true);
177 while (!done)
179 fill_rastered(-3, -3, 2, 2, cur_step - 1);
180 fill_rastered(-1, -3, 2, 2, cur_step);
181 fill_rastered(1, -3, 2, 2, cur_step + 1);
182 fill_rastered(-3, -1, 2, 2, cur_step);
183 grey_set_foreground(lcd_levels[cur_step]);
184 grey_fillrect(LCD_WIDTH/2-BLOCK_WIDTH, LCD_HEIGHT/2-BLOCK_HEIGHT,
185 2*BLOCK_WIDTH, 2*BLOCK_HEIGHT);
186 fill_rastered(1, -1, 2, 2, cur_step);
187 fill_rastered(-3, 1, 2, 2, cur_step + 1);
188 fill_rastered(-1, 1, 2, 2, cur_step);
189 fill_rastered(1, 1, 2, 2, cur_step - 1);
190 grey_update();
192 button = rb->button_get(true);
193 switch (button)
195 case GREY_PREV:
196 if (cur_step > 0)
197 cur_step--;
198 break;
200 case GREY_NEXT:
201 if (cur_step < STEPS)
202 cur_step++;
203 break;
205 case GREY_UP:
206 case GREY_UP|BUTTON_REPEAT:
207 l = lcd_levels[cur_step];
208 if (l < 255)
210 l++;
211 for (i = cur_step; i <= STEPS; i++)
212 if (lcd_levels[i] < l)
213 lcd_levels[i] = l;
215 break;
217 case GREY_DOWN:
218 case GREY_DOWN|BUTTON_REPEAT:
219 l = lcd_levels[cur_step];
220 if (l > 0)
222 l--;
223 for (i = cur_step; i >= 0; i--)
224 if (lcd_levels[i] > l)
225 lcd_levels[i] = l;
227 break;
229 case GREY_OK:
230 rb->create_numbered_filename(filename, "/", "test_grey_",
231 ".txt", 2 IF_CNFN_NUM_(, NULL));
232 fd = rb->open(filename, O_RDWR|O_CREAT|O_TRUNC);
233 if (fd >= 0)
235 for (i = 0; i <= STEPS; i++)
236 rb->fdprintf(fd, "%3d: %3d\n", input_levels[i],
237 lcd_levels[i]);
238 rb->close(fd);
240 /* fall through */
242 case GREY_QUIT:
243 done = true;
244 break;
248 grey_release();
249 backlight_use_settings(); /* backlight control in lib/helper.c */
250 return PLUGIN_OK;