Video library for GR-PEACH

Dependents:   Trace_Program2 GR-PEACH_Camera_in_barcode GR-PEACH_LCD_sample GR-PEACH_LCD_4_3inch_sample ... more

Embed: (wiki syntax)

« Back to documentation index

vdc5_clut_t Struct Reference

vdc5_clut_t Struct Reference

#include <r_vdc5.h>

Data Fields

uint32_t color_num
const uint32_t * clut

Detailed Description

CLUT setup parameter

Definition at line 811 of file r_vdc5.h.


Field Documentation

const uint32_t* clut

Address of the area storing the CLUT data (in ARGB8888 format)

Definition at line 813 of file r_vdc5.h.

uint32_t color_num

The number of colors in CLUT

Definition at line 812 of file r_vdc5.h.