rockbox/apps/plugins/lib
Jens Arnold 937725f674 Beginnings of a library complementing the core LCD functions. First function: filled triangle drawing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7128 a1c6a512-1295-4272-9138-f99709370657
2005-07-12 23:50:37 +00:00
..
configfile.c
configfile.h
gray.h
gray_black_display.c
gray_blockfuncs.c
gray_clear_display.c
gray_core.c
gray_deferred_update.c
gray_drawbitmap.c
gray_drawgraymap.c
gray_drawline.c
gray_drawpixel.c
gray_drawrect.c
gray_fillrect.c
gray_getstringsize.c
gray_horline.c
gray_pixelfuncs.c
gray_position_display.c
gray_putsxy.c
gray_screendump.c
gray_scroll_down.c
gray_scroll_down8.c
gray_scroll_left.c
gray_scroll_right.c
gray_scroll_up.c
gray_scroll_up8.c
gray_set_background.c
gray_set_drawinfo.c
gray_set_drawmode.c
gray_set_foreground.c
gray_setfont.c
gray_verline.c
highscore.c A new API for saving highscores in game plugins 2005-06-08 13:47:46 +00:00
highscore.h A new API for saving highscores in game plugins 2005-06-08 13:47:46 +00:00
Makefile Enabled sectioned compilation for the plugin library, and linking with garbage collection for the plugins. The effect is that functions and data objects from one object file in the plugin library are included in the .elf individually, not as a whole. It makes maintaining larger plugin library packages easier, as it is no longer necessary to split the source files by function to avoid dead code to get included in the plugins. 2005-06-29 21:04:22 +00:00
playergfx.c A couple of optimisations. 2005-07-02 07:21:21 +00:00
playergfx.h Adapted remote LCD driver and player graphics library to the new bitmap function naming scheme. 2005-07-07 00:05:29 +00:00
SOURCES Beginnings of a library complementing the core LCD functions. First function: filled triangle drawing. 2005-07-12 23:50:37 +00:00
xlcd.c Beginnings of a library complementing the core LCD functions. First function: filled triangle drawing. 2005-07-12 23:50:37 +00:00
xlcd.h Beginnings of a library complementing the core LCD functions. First function: filled triangle drawing. 2005-07-12 23:50:37 +00:00