1
0
Fork 0
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:
Dave Chapman 2006-02-26 21:26:07 +00:00
parent a1e2a52e3e
commit 62f55b8209
2 changed files with 98 additions and 4 deletions

View file

@ -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