app_graphics_dc_cmd_t Struct Reference

Define Control Command for DC Frame. More...

#include <app_graphics_dc.h>

Public Attributes

uint8_t command
 Command phase for display timing. More...
 
uint32_t address
 Address phase for display timing,if no address phase, ignore this. More...
 
app_graphics_dc_frame_address_width_e address_width
 Optional values: GDC_FRAME_ADDRESS_WIDTH_NONE GDC_FRAME_ADDRESS_WIDTH_08BIT GDC_FRAME_ADDRESS_WIDTH_16BIT GDC_FRAME_ADDRESS_WIDTH_24BIT. More...
 
app_graphics_dc_frame_timing_e frame_timing
 Specify the supported frame timing. More...
 

Detailed Description

Define Control Command for DC Frame.

Definition at line 294 of file app_graphics_dc.h.

Member Data Documentation

◆ address

uint32_t app_graphics_dc_cmd_t::address

Address phase for display timing,if no address phase, ignore this.

Definition at line 296 of file app_graphics_dc.h.

◆ address_width

◆ command

uint8_t app_graphics_dc_cmd_t::command

Command phase for display timing.

Definition at line 295 of file app_graphics_dc.h.

◆ frame_timing

app_graphics_dc_frame_timing_e app_graphics_dc_cmd_t::frame_timing

Specify the supported frame timing.

Definition at line 301 of file app_graphics_dc.h.


The documentation for this struct was generated from the following file: