summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/include/trv_color.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-01 14:04:33 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-03 16:48:05 -0600
commitbd6542081652705e24162921d16d433ce0d05012 (patch)
tree8e048bfb5518e43733c941b6c59b06a665599f44 /apps/graphics/traveler/include/trv_color.h
parent1edc1dfd51438e8f0d1fa4e91a02b912b52eb7fe (diff)
downloadnuttx-bd6542081652705e24162921d16d433ce0d05012.tar.gz
nuttx-bd6542081652705e24162921d16d433ce0d05012.tar.bz2
nuttx-bd6542081652705e24162921d16d433ce0d05012.zip
Add graphic device initialize logic (incomplete)
Diffstat (limited to 'apps/graphics/traveler/include/trv_color.h')
-rw-r--r--apps/graphics/traveler/include/trv_color.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/graphics/traveler/include/trv_color.h b/apps/graphics/traveler/include/trv_color.h
index 04e9d1523..0a2cf78bb 100644
--- a/apps/graphics/traveler/include/trv_color.h
+++ b/apps/graphics/traveler/include/trv_color.h
@@ -71,7 +71,7 @@ struct trv_color_lum_s
****************************************************************************/
bool trv_color_allocate(FAR struct trv_palette_s *pinfo);
-void trv_color_endmapping(void);
+void trv_color_free(FAR struct trv_palette_s *pinfo);
trv_pixel_t trv_color_rgb2pixel(FAR struct trv_color_rgb_s *pixel);
void trv_color_pixel2lum(trv_pixel_t pixel, FAR struct trv_color_lum_s *lum);
trv_pixel_t trv_color_lum2pixel(FAR struct trv_color_lum_s *lum);