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
This commit is contained in:
parent
36daf39e57
commit
928c33c255
3 changed files with 2804 additions and 0 deletions
|
@ -85,6 +85,10 @@ xobox.c
|
|||
|
||||
spacerocks.c
|
||||
|
||||
#if LCD_DEPTH >= 16
|
||||
rockpaint.c
|
||||
#endif
|
||||
|
||||
#endif /* HAVE_LCD_BITMAP */
|
||||
|
||||
#ifdef HAVE_LCD_CHARCELLS /* Player model only */
|
||||
|
|
2799
apps/plugins/rockpaint.c
Normal file
2799
apps/plugins/rockpaint.c
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue