Colour targets: Revert an optimisation from almost 18 months ago that actually turned...
[Rockbox.git] / apps / gui / gwps.h
blob69a84f915b4be9e1d7988d4b85daffd35eae7aaa
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
10 * Copyright (C) 2007 Nicolas Pennequin
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 #ifndef _WPS_H
22 #define _WPS_H
24 #include "screen_access.h"
25 #include "statusbar.h"
26 #include "id3.h"
28 /* constants used in line_type and as refresh_mode for wps_refresh */
29 #define WPS_REFRESH_STATIC 1 /* line doesn't change over time */
30 #define WPS_REFRESH_DYNAMIC 2 /* line may change (e.g. time flag) */
31 #define WPS_REFRESH_SCROLL 4 /* line scrolls */
32 #define WPS_REFRESH_PLAYER_PROGRESS 8 /* line contains a progress bar */
33 #define WPS_REFRESH_PEAK_METER 16 /* line contains a peak meter */
34 #define WPS_REFRESH_ALL 0xff /* to refresh all line types */
35 /* to refresh only those lines that change over time */
36 #define WPS_REFRESH_NON_STATIC (WPS_REFRESH_ALL & ~WPS_REFRESH_STATIC & ~WPS_REFRESH_SCROLL)
38 /* alignments */
39 #define WPS_ALIGN_RIGHT 32
40 #define WPS_ALIGN_CENTER 64
41 #define WPS_ALIGN_LEFT 128
43 #ifdef HAVE_ALBUMART
45 /* albumart definitions */
46 #define WPS_ALBUMART_NONE 0 /* WPS does not contain AA tag */
47 #define WPS_ALBUMART_CHECK 1 /* WPS contains AA conditional tag */
48 #define WPS_ALBUMART_LOAD 2 /* WPS contains AA tag */
50 #define WPS_ALBUMART_ALIGN_RIGHT WPS_ALIGN_RIGHT /* x align: right */
51 #define WPS_ALBUMART_ALIGN_CENTER WPS_ALIGN_CENTER /* x/y align: center */
52 #define WPS_ALBUMART_ALIGN_LEFT WPS_ALIGN_LEFT /* x align: left */
53 #define WPS_ALBUMART_ALIGN_TOP WPS_ALIGN_RIGHT /* y align: top */
54 #define WPS_ALBUMART_ALIGN_BOTTOM WPS_ALIGN_LEFT /* y align: bottom */
55 #define WPS_ALBUMART_INCREASE 8 /* increase if smaller */
56 #define WPS_ALBUMART_DECREASE 16 /* decrease if larger */
58 #endif /* HAVE_ALBUMART */
60 /* wps_data*/
62 #ifdef HAVE_LCD_BITMAP
63 struct gui_img{
64 struct bitmap bm;
65 struct viewport* vp; /* The viewport to display this image in */
66 short int x; /* x-pos */
67 short int y; /* y-pos */
68 short int num_subimages; /* number of sub-images */
69 short int subimage_height; /* height of each sub-image */
70 short int display; /* -1 for no display, 0..n to display a subimage */
71 bool loaded; /* load state */
72 bool always_display; /* not using the preload/display mechanism */
75 struct progressbar {
76 /* regular pb */
77 short x;
78 short y;
79 short width;
80 short height;
81 /*progressbar image*/
82 struct bitmap bm;
83 bool have_bitmap_pb;
85 #endif
87 struct align_pos {
88 char* left;
89 char* center;
90 char* right;
93 #ifdef HAVE_LCD_BITMAP
95 #define MAX_IMAGES (26*2) /* a-z and A-Z */
96 #define MAX_PROGRESSBARS 3
98 /* The image buffer is big enough to store one full-screen native bitmap,
99 plus two full-screen mono bitmaps. */
101 #define IMG_BUFSIZE ((LCD_HEIGHT*LCD_WIDTH*LCD_DEPTH/8) \
102 + (2*LCD_HEIGHT*LCD_WIDTH/8))
104 #define WPS_MAX_VIEWPORTS 24
105 #define WPS_MAX_LINES ((LCD_HEIGHT/5+1) * 2)
106 #define WPS_MAX_SUBLINES (WPS_MAX_LINES*3)
107 #define WPS_MAX_TOKENS 1024
108 #define WPS_MAX_STRINGS 128
109 #define STRING_BUFFER_SIZE 1024
110 #define WPS_MAX_COND_LEVEL 10
112 #else
114 #define WPS_MAX_VIEWPORTS 2
115 #define WPS_MAX_LINES 2
116 #define WPS_MAX_SUBLINES 12
117 #define WPS_MAX_TOKENS 64
118 #define WPS_MAX_STRINGS 32
119 #define STRING_BUFFER_SIZE 64
120 #define WPS_MAX_COND_LEVEL 5
122 #endif
124 #define DEFAULT_SUBLINE_TIME_MULTIPLIER 20 /* (10ths of sec) */
125 #define BASE_SUBLINE_TIME 10 /* base time that multiplier is applied to
126 (1/HZ sec, or 100ths of sec) */
127 #define SUBLINE_RESET -1
129 enum wps_token_type {
130 WPS_NO_TOKEN, /* for WPS tags we don't want to save as tokens */
131 WPS_TOKEN_UNKNOWN,
133 /* Markers */
134 WPS_TOKEN_CHARACTER,
135 WPS_TOKEN_STRING,
137 /* Alignment */
138 WPS_TOKEN_ALIGN_LEFT,
139 WPS_TOKEN_ALIGN_CENTER,
140 WPS_TOKEN_ALIGN_RIGHT,
142 /* Sublines */
143 WPS_TOKEN_SUBLINE_TIMEOUT,
145 /* Battery */
146 WPS_TOKEN_BATTERY_PERCENT,
147 WPS_TOKEN_BATTERY_VOLTS,
148 WPS_TOKEN_BATTERY_TIME,
149 WPS_TOKEN_BATTERY_CHARGER_CONNECTED,
150 WPS_TOKEN_BATTERY_CHARGING,
151 WPS_TOKEN_BATTERY_SLEEPTIME,
153 /* Sound */
154 #if (CONFIG_CODEC != MAS3507D)
155 WPS_TOKEN_SOUND_PITCH,
156 #endif
157 #if (CONFIG_CODEC == SWCODEC)
158 WPS_TOKEN_REPLAYGAIN,
159 WPS_TOKEN_CROSSFADE,
160 #endif
162 /* Time */
164 /* The begin/end values allow us to know if a token is an RTC one.
165 New RTC tokens should be added between the markers. */
167 WPS_TOKENS_RTC_BEGIN, /* just the start marker, not an actual token */
169 WPS_TOKEN_RTC_DAY_OF_MONTH,
170 WPS_TOKEN_RTC_DAY_OF_MONTH_BLANK_PADDED,
171 WPS_TOKEN_RTC_12HOUR_CFG,
172 WPS_TOKEN_RTC_HOUR_24_ZERO_PADDED,
173 WPS_TOKEN_RTC_HOUR_24,
174 WPS_TOKEN_RTC_HOUR_12_ZERO_PADDED,
175 WPS_TOKEN_RTC_HOUR_12,
176 WPS_TOKEN_RTC_MONTH,
177 WPS_TOKEN_RTC_MINUTE,
178 WPS_TOKEN_RTC_SECOND,
179 WPS_TOKEN_RTC_YEAR_2_DIGITS,
180 WPS_TOKEN_RTC_YEAR_4_DIGITS,
181 WPS_TOKEN_RTC_AM_PM_UPPER,
182 WPS_TOKEN_RTC_AM_PM_LOWER,
183 WPS_TOKEN_RTC_WEEKDAY_NAME,
184 WPS_TOKEN_RTC_MONTH_NAME,
185 WPS_TOKEN_RTC_DAY_OF_WEEK_START_MON,
186 WPS_TOKEN_RTC_DAY_OF_WEEK_START_SUN,
188 WPS_TOKENS_RTC_END, /* just the end marker, not an actual token */
190 /* Conditional */
191 WPS_TOKEN_CONDITIONAL,
192 WPS_TOKEN_CONDITIONAL_START,
193 WPS_TOKEN_CONDITIONAL_OPTION,
194 WPS_TOKEN_CONDITIONAL_END,
196 /* Database */
197 #ifdef HAVE_TAGCACHE
198 WPS_TOKEN_DATABASE_PLAYCOUNT,
199 WPS_TOKEN_DATABASE_RATING,
200 WPS_TOKEN_DATABASE_AUTOSCORE,
201 #endif
203 /* File */
204 WPS_TOKEN_FILE_BITRATE,
205 WPS_TOKEN_FILE_CODEC,
206 WPS_TOKEN_FILE_FREQUENCY,
207 WPS_TOKEN_FILE_FREQUENCY_KHZ,
208 WPS_TOKEN_FILE_NAME,
209 WPS_TOKEN_FILE_NAME_WITH_EXTENSION,
210 WPS_TOKEN_FILE_PATH,
211 WPS_TOKEN_FILE_SIZE,
212 WPS_TOKEN_FILE_VBR,
213 WPS_TOKEN_FILE_DIRECTORY,
215 #ifdef HAVE_LCD_BITMAP
216 /* Image */
217 WPS_TOKEN_IMAGE_BACKDROP,
218 WPS_TOKEN_IMAGE_PROGRESS_BAR,
219 WPS_TOKEN_IMAGE_PRELOAD,
220 WPS_TOKEN_IMAGE_PRELOAD_DISPLAY,
221 WPS_TOKEN_IMAGE_DISPLAY,
222 #endif
224 #ifdef HAVE_ALBUMART
225 /* Albumart */
226 WPS_TOKEN_ALBUMART_DISPLAY,
227 WPS_TOKEN_ALBUMART_FOUND,
228 #endif
230 /* Metadata */
231 WPS_TOKEN_METADATA_ARTIST,
232 WPS_TOKEN_METADATA_COMPOSER,
233 WPS_TOKEN_METADATA_ALBUM_ARTIST,
234 WPS_TOKEN_METADATA_GROUPING,
235 WPS_TOKEN_METADATA_ALBUM,
236 WPS_TOKEN_METADATA_GENRE,
237 WPS_TOKEN_METADATA_DISC_NUMBER,
238 WPS_TOKEN_METADATA_TRACK_NUMBER,
239 WPS_TOKEN_METADATA_TRACK_TITLE,
240 WPS_TOKEN_METADATA_VERSION,
241 WPS_TOKEN_METADATA_YEAR,
242 WPS_TOKEN_METADATA_COMMENT,
244 /* Mode */
245 WPS_TOKEN_REPEAT_MODE,
246 WPS_TOKEN_PLAYBACK_STATUS,
248 WPS_TOKEN_MAIN_HOLD,
250 #ifdef HAS_REMOTE_BUTTON_HOLD
251 WPS_TOKEN_REMOTE_HOLD,
252 #endif
254 /* Progressbar */
255 WPS_TOKEN_PROGRESSBAR,
256 #ifdef HAVE_LCD_CHARCELLS
257 WPS_TOKEN_PLAYER_PROGRESSBAR,
258 #endif
260 #ifdef HAVE_LCD_BITMAP
261 /* Peakmeter */
262 WPS_TOKEN_PEAKMETER,
263 #endif
265 /* Volume level */
266 WPS_TOKEN_VOLUME,
268 /* Current track */
269 WPS_TOKEN_TRACK_ELAPSED_PERCENT,
270 WPS_TOKEN_TRACK_TIME_ELAPSED,
271 WPS_TOKEN_TRACK_TIME_REMAINING,
272 WPS_TOKEN_TRACK_LENGTH,
274 /* Playlist */
275 WPS_TOKEN_PLAYLIST_ENTRIES,
276 WPS_TOKEN_PLAYLIST_NAME,
277 WPS_TOKEN_PLAYLIST_POSITION,
278 WPS_TOKEN_PLAYLIST_SHUFFLE,
280 #if (CONFIG_LED == LED_VIRTUAL) || defined(HAVE_REMOTE_LCD)
281 /* Virtual LED */
282 WPS_TOKEN_VLED_HDD,
283 #endif
285 /* Viewport display */
286 WPS_VIEWPORT_ENABLE
289 struct wps_token {
290 unsigned char type; /* enough to store the token type */
292 /* Whether the tag (e.g. track name or the album) refers the
293 current or the next song (false=current, true=next) */
294 bool next;
296 union {
297 char c;
298 unsigned short i;
299 } value;
302 /* Description of a subline on the WPS */
303 struct wps_subline {
305 /* Index of the first token for this subline in the token array.
306 Tokens of this subline end where tokens for the next subline
307 begin. */
308 unsigned short first_token_idx;
310 /* Bit or'ed WPS_REFRESH_xxx */
311 unsigned char line_type;
313 /* How long the subline should be displayed, in 10ths of sec */
314 unsigned char time_mult;
317 /* Description of a line on the WPS. A line is a set of sublines.
318 A subline is displayed for a certain amount of time. After that,
319 the next subline of the line is displayed. And so on. */
320 struct wps_line {
322 /* Number of sublines in this line */
323 signed char num_sublines;
325 /* Number (0-based) of the subline within this line currently being displayed */
326 signed char curr_subline;
328 /* Index of the first subline of this line in the subline array.
329 Sublines for this line end where sublines for the next line begin. */
330 unsigned short first_subline_idx;
332 /* When the next subline of this line should be displayed
333 (absolute time value in ticks) */
334 long subline_expire_time;
337 #define VP_DRAW_HIDEABLE 0x1
338 #define VP_DRAW_HIDDEN 0x2
339 #define VP_DRAW_WASHIDDEN 0x4
340 struct wps_viewport {
341 struct viewport vp; /* The LCD viewport struct */
342 struct progressbar *pb;
343 /* Indexes of the first and last lines belonging to this viewport in the
344 lines[] array */
345 int first_line, last_line;
346 char hidden_flags;
347 char label;
350 /* wps_data
351 this struct holds all necessary data which describes the
352 viewable content of a wps */
353 struct wps_data
355 #ifdef HAVE_LCD_BITMAP
356 struct gui_img img[MAX_IMAGES];
357 unsigned char img_buf[IMG_BUFSIZE];
358 unsigned char* img_buf_ptr;
359 int img_buf_free;
360 bool wps_sb_tag;
361 bool show_sb_on_wps;
363 struct progressbar progressbar[MAX_PROGRESSBARS];
364 short progressbar_count;
366 bool peak_meter_enabled;
368 #ifdef HAVE_ALBUMART
369 /* Album art support */
370 unsigned char wps_uses_albumart; /* WPS_ALBUMART_NONE, _CHECK, _LOAD */
371 short albumart_x;
372 short albumart_y;
373 unsigned short albumart_xalign; /* WPS_ALBUMART_ALIGN_LEFT, _CENTER, _RIGHT,
374 + .._INCREASE, + .._DECREASE */
375 unsigned short albumart_yalign; /* WPS_ALBUMART_ALIGN_TOP, _CENTER, _BOTTOM,
376 + .._INCREASE, + .._DECREASE */
377 short albumart_max_width;
378 short albumart_max_height;
380 int albumart_cond_index;
381 #endif
383 #else /*HAVE_LCD_CHARCELLS */
384 unsigned short wps_progress_pat[8];
385 bool full_line_progressbar;
386 #endif
388 #ifdef HAVE_REMOTE_LCD
389 bool remote_wps;
390 #endif
392 /* Number of lines in the WPS. During WPS parsing, this is
393 the index of the line being parsed. */
394 int num_lines;
396 /* Number of viewports in the WPS */
397 int num_viewports;
398 struct wps_viewport viewports[WPS_MAX_VIEWPORTS];
400 struct wps_line lines[WPS_MAX_LINES];
402 /* Total number of sublines in the WPS. During WPS parsing, this is
403 the index of the subline where the parsed tokens are added to. */
404 int num_sublines;
405 struct wps_subline sublines[WPS_MAX_SUBLINES];
407 /* Total number of tokens in the WPS. During WPS parsing, this is
408 the index of the token being parsed. */
409 int num_tokens;
410 struct wps_token tokens[WPS_MAX_TOKENS];
412 char string_buffer[STRING_BUFFER_SIZE];
413 char *strings[WPS_MAX_STRINGS];
414 int num_strings;
416 bool wps_loaded;
419 /* initial setup of wps_data */
420 void wps_data_init(struct wps_data *wps_data);
422 /* to setup up the wps-data from a format-buffer (isfile = false)
423 from a (wps-)file (isfile = true)*/
424 bool wps_data_load(struct wps_data *wps_data,
425 struct screen *display,
426 const char *buf,
427 bool isfile);
429 /* Returns the index of the subline in the subline array
430 line - 0-based line number
431 subline - 0-based subline number within the line
433 int wps_subline_index(struct wps_data *wps_data, int line, int subline);
435 /* Returns the index of the first subline's token in the token array
436 line - 0-based line number
437 subline - 0-based subline number within the line
439 int wps_first_token_index(struct wps_data *data, int line, int subline);
441 /* Returns the index of the last subline's token in the token array.
442 line - 0-based line number
443 subline - 0-based subline number within the line
445 int wps_last_token_index(struct wps_data *data, int line, int subline);
447 /* wps_data end */
449 /* wps_state
450 holds the data which belongs to the current played track,
451 the track which will be played afterwards, current path to the track
452 and some status infos */
453 struct wps_state
455 bool ff_rewind;
456 bool paused;
457 int ff_rewind_count;
458 bool wps_time_countup;
459 struct mp3entry* id3;
460 struct mp3entry* nid3;
461 char current_track_path[MAX_PATH];
465 /* change the ff/rew-status
466 if ff_rew = true then we are in skipping mode
467 else we are in normal mode */
468 /* void wps_state_update_ff_rew(bool ff_rew); Currently unused */
470 /* change the tag-information of the current played track
471 and the following track */
472 /* void wps_state_update_id3_nid3(struct mp3entry *id3, struct mp3entry *nid3); Currently unused */
473 /* wps_state end*/
475 /* gui_wps
476 defines a wps with its data, state,
477 and the screen on which the wps-content should be drawn */
478 struct gui_wps
480 struct screen *display;
481 struct wps_data *data;
482 struct wps_state *state;
483 struct gui_statusbar *statusbar;
486 /* gui_wps end */
488 long gui_wps_show(void);
490 /* currently only on wps_state is needed */
491 extern struct wps_state wps_state;
492 extern struct gui_wps gui_wps[NB_SCREENS];
494 void gui_sync_wps_init(void);
495 void gui_sync_wps_screen_init(void);
497 #ifdef HAVE_ALBUMART
498 /* gives back if WPS contains an albumart tag */
499 bool gui_sync_wps_uses_albumart(void);
500 #endif
502 #endif