summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/playergfx.h (follow)
Commit message (Collapse)AuthorAge
* Adapted remote LCD driver and player graphics library to the new bitmap ↵Jens Arnold2005-07-07
| | | | | | function naming scheme. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7047 a1c6a512-1295-4272-9138-f99709370657
* Player graphics library extended and converted to new api. Please note that ↵Jens Arnold2005-06-30
| | | | | | the player gfx bitmap format chas changed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6956 a1c6a512-1295-4272-9138-f99709370657
* Player graphics library: fixed and more robust bounds check, added bitmap ↵Jens Arnold2005-03-05
| | | | | | drawing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6139 a1c6a512-1295-4272-9138-f99709370657
* Added clearpixel() and clearline().Jens Arnold2005-02-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5924 a1c6a512-1295-4272-9138-f99709370657
* Split the display & update function in two, and added invertpixel(), ↵Jens Arnold2005-02-11
| | | | | | invertline() and invertrect(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5916 a1c6a512-1295-4272-9138-f99709370657
* Beginnings of a graphics library for the player LCD. So far the only drawing ↵Jens Arnold2005-02-10
functions are clear_display(), drawpixel() and drawline(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5882 a1c6a512-1295-4272-9138-f99709370657