diff options
| author | Antoine Cellerier <dionoea@videolan.org> | 2006-07-19 20:11:02 +0000 |
|---|---|---|
| committer | Antoine Cellerier <dionoea@videolan.org> | 2006-07-19 20:11:02 +0000 |
| commit | 928c33c255e47c39c5f549b3e1aa40fbb3aaa09a (patch) | |
| tree | 00b456ea97dea45fcbe13f5c428e427a0a710e02 /apps/plugins/viewers.config | |
| parent | 36daf39e57d8712e0165aae4c11c08adf8f8c694 (diff) | |
| download | rockbox-928c33c255e47c39c5f549b3e1aa40fbb3aaa09a.zip rockbox-928c33c255e47c39c5f549b3e1aa40fbb3aaa09a.tar.gz rockbox-928c33c255e47c39c5f549b3e1aa40fbb3aaa09a.tar.bz2 rockbox-928c33c255e47c39c5f549b3e1aa40fbb3aaa09a.tar.xz | |
rockpaint.c: Paint plugin for color LCD targets. Features include: different tools (brush, bucket, cut/copy/paste, line, bezier curve, text, rectangles, ovals, linear and radial gradients), 18 color palette, RGBHSV color picker, BMP file loading and saving. This still needs some work (and maybe some, if not a lot, of cleaning up of the source code) but it works fine (tested on h3x0 and ipod5g sims and ipod5g real target).
viewers.config: add rockpaint to the list of available viewers for .bmp files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10258 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/viewers.config')
| -rw-r--r-- | apps/plugins/viewers.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/viewers.config b/apps/plugins/viewers.config index ea95ed1..7b937a9 100644 --- a/apps/plugins/viewers.config +++ b/apps/plugins/viewers.config @@ -20,4 +20,5 @@ ss,rocks/sudoku, 55 55 55 55 55 55 wav,viewers/wav2wv, 00 00 00 00 00 00 wav,viewers/mp3_encoder, 00 00 00 00 00 00 wav,viewers/wavplay,60 7F 05 35 3F 00 +bmp,rocks/rockpaint, 01 10 01 10 01 10 |