Define init params for DC. More...
#include <app_graphics_dc.h>
Define init params for DC.
Definition at line 257 of file app_graphics_dc.h.
graphics_dc_clock_freq_e app_graphics_dc_params_t::clock_freq |
Specify dc clock freq, Ref Optional values of graphics_dc_clock_freq_e
Definition at line 259 of file app_graphics_dc.h.
graphics_dc_clock_mode_e app_graphics_dc_params_t::clock_mode |
Specify dc clock mode, Ref Optional values of graphics_dc_clock_mode_e
Definition at line 260 of file app_graphics_dc.h.
graphics_dc_layer_mode_e app_graphics_dc_params_t::layer_mode |
Specify which layer to flush, Ref Optional values of graphics_dc_layer_mode_e
Definition at line 262 of file app_graphics_dc.h.
graphics_dc_mipi_format_e app_graphics_dc_params_t::mipicfg_format |
Specify mipi timing format, Ref Optional values of graphics_dc_mipi_format_e
Definition at line 263 of file app_graphics_dc.h.
graphics_dc_mspi_e app_graphics_dc_params_t::mspi_mode |
Specify spi mode, Ref Optional values of graphics_dc_mspi_e
Definition at line 258 of file app_graphics_dc.h.
app_graphics_dc_pins_t app_graphics_dc_params_t::pins_cfg |
Specify pins state
Definition at line 266 of file app_graphics_dc.h.
uint16_t app_graphics_dc_params_t::resolution_x |
Specify the x resolution in pixels
Definition at line 264 of file app_graphics_dc.h.
uint16_t app_graphics_dc_params_t::resolution_y |
Specify the y resolution in pixels
Definition at line 265 of file app_graphics_dc.h.
graphics_dc_tcsu_cycle_e app_graphics_dc_params_t::tcsu_cycle |
Specify cs setup delay, Ref Optional values of graphics_dc_tcsu_cycle_e
Definition at line 261 of file app_graphics_dc.h.