gfx_fb_color_map
*(uint32_t *)p = gfx_fb_color_map(
uint32_t gfx_fb_color_map(uint8_t);
devinit.color_map = gfx_fb_color_map;
data->color_map = gfx_fb_color_map;
devinit.color_map = gfx_fb_color_map;
devinit->color_map = gfx_fb_color_map;