forked from len0rd/rockbox
Patch #4718 from Mikael Magnusson - colour support for the fire plugin. Optimised by me to pre-calculate the rgb565 values and render directly into the lcd framebuffer instead of using the xlcd library.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8851 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a1e2a52e3e
commit
62f55b8209
2 changed files with 98 additions and 4 deletions
|
@ -25,8 +25,8 @@ viewer.c
|
|||
#if CONFIG_LCD != LCD_IPOD2BPP /* Plugins needing the grayscale lib */
|
||||
#ifndef HAVE_LCD_COLOR
|
||||
grayscale.c
|
||||
fire.c
|
||||
#endif
|
||||
fire.c
|
||||
jpeg.c
|
||||
mandelbrot.c
|
||||
plasma.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue