···348348 unsigned char *entry_name;
349349 int current_item = gui_list->start_item +
350350 (SHOW_LIST_TITLE ? i-1 : i);
351351- int style = STYLE_DEFAULT;
352351353352 /* When there are less items to display than the
354353 * current available space on the screen, we stop*/
···360359 entry_name = P2STR(s);
361360362361#ifdef HAVE_LCD_BITMAP
362362+ int style = STYLE_DEFAULT;
363363 /* position the string at the correct offset place */
364364 int item_width,h;
365365 display->getstringsize(entry_name, &item_width, &h);