RGB <-> HSV colorspace conversion lib

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10253 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Antoine Cellerier 2006-07-19 19:40:17 +00:00
parent 61c301bf8d
commit 5e306b4c19
3 changed files with 165 additions and 0 deletions

View file

@ -1,5 +1,6 @@
configfile.c
playback_control.c
rgb_hsv.c
#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) && (CONFIG_LCD != LCD_IPOD2BPP)
gray_core.c
gray_draw.c