Vekatech / VK_RZ_A1H_LCD_demo
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 818 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 820 of file r_vdc5.h.

uint32_t color_num

The number of colors in CLUT

Definition at line 819 of file r_vdc5.h.