Define Control Command for DC Frame. More...
#include <app_graphics_dc.h>
Public Attributes | |
| uint8_t | command |
| uint32_t | address |
| app_graphics_dc_frame_address_width_e | address_width |
| app_graphics_dc_frame_timing_e | frame_timing |
Define Control Command for DC Frame.
Definition at line 294 of file app_graphics_dc.h.
| 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.
| app_graphics_dc_frame_address_width_e app_graphics_dc_cmd_t::address_width |
Optional values: GDC_FRAME_ADDRESS_WIDTH_NONE GDC_FRAME_ADDRESS_WIDTH_08BIT GDC_FRAME_ADDRESS_WIDTH_16BIT GDC_FRAME_ADDRESS_WIDTH_24BIT
Definition at line 297 of file app_graphics_dc.h.
| uint8_t app_graphics_dc_cmd_t::command |
Command phase for display timing
Definition at line 295 of file app_graphics_dc.h.
| 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.