a7703e4926
allow the guts of gui_sync_list to be used with owner drawn items WIP printcell_helper-- goal: allow data to be displayed in a spreadsheet format with an easy to use interface printcell_set_columns(gui_synclist, title, icon) sets title and calculates cell widths each column is identified by '$' character ex 3 columns title = "Col1$Col2$Col3" also accepts $*WIDTH$ ex 3 columns varying width title = "$*64$Col1$*128$Col2$Col3 printcell_enable(gui_synclist, enable) sets the printcell function enabled After setting the columns and enabling the printcell function items can be added to the list like normal column items are supplied delimited by '$' ex item = "Item1$item2$item3" they will be placed in cells defined by set_columns and scroll if the cell is too small --Fixed for 1 bit & 2 bit displays Change-Id: I49bd7903005d7a54e93af4379b0cdea63c860656
71 lines
881 B
Text
71 lines
881 B
Text
sha1.c
|
|
gcc-support.c
|
|
pluginlib_actions.c
|
|
action_helper.c
|
|
button_helper.c
|
|
helper.c
|
|
icon_helper.c
|
|
arg_helper.c
|
|
md5.c
|
|
jhash.c
|
|
configfile.c
|
|
playback_control.c
|
|
rgb_hsv.c
|
|
highscore.c
|
|
simple_viewer.c
|
|
display_text.c
|
|
printcell_helper.c
|
|
strncpy.c
|
|
stdio_compat.c
|
|
|
|
#if (LCD_DEPTH < 4)
|
|
grey_core.c
|
|
grey_draw.c
|
|
grey_parm.c
|
|
grey_scroll.c
|
|
|
|
#ifdef CPU_COLDFIRE
|
|
grey_coldfire.S
|
|
#endif
|
|
|
|
#endif /* LCD_DEPTH < 4 */
|
|
|
|
overlay.c
|
|
|
|
#ifdef RB_PROFILE
|
|
profile_plugin.c
|
|
#endif
|
|
|
|
#ifdef CPU_ARM
|
|
pluginlib_jpeg_idct_arm.S
|
|
#endif
|
|
|
|
pluginlib_jpeg_mem.c
|
|
pluginlib_resize.c
|
|
|
|
#ifndef HAVE_JPEG
|
|
pluginlib_jpeg_load.c
|
|
#endif
|
|
|
|
checkbox.c
|
|
osd.c
|
|
picture.c
|
|
xlcd_core.c
|
|
xlcd_draw.c
|
|
xlcd_scroll.c
|
|
pluginlib_bmp.c
|
|
read_image.c
|
|
|
|
#ifdef HAVE_LCD_COLOR
|
|
bmp_smooth_scale.c
|
|
#endif
|
|
|
|
#if !defined(HAVE_ALBUMART) || !defined(HAVE_JPEG)
|
|
pluginlib_albumart.c
|
|
#endif
|
|
|
|
kbd_helper.c
|
|
|
|
#ifdef HAVE_TOUCHSCREEN
|
|
pluginlib_touchscreen.c
|
|
#endif
|