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

DisplayBase::lcd_config_t Struct Reference

DisplayBase::lcd_config_t Struct Reference

LCD configuration. More...

#include <DisplayBace.h>

Data Fields

lcd_type_t lcd_type
double intputClock
double outputClock
lcd_outformat_t lcd_outformat
edge_t lcd_edge
unsigned short h_toatal_period
unsigned short v_toatal_period
unsigned short h_disp_widht
unsigned short v_disp_widht
unsigned short h_back_porch
unsigned short v_back_porch
lcd_tcon_pin_t h_sync_port
sig_pol_t h_sync_port_polarity
unsigned short h_sync_width
lcd_tcon_pin_t v_sync_port
sig_pol_t v_sync_port_polarity
unsigned short v_sync_width
lcd_tcon_pin_t de_port
sig_pol_t de_port_polarity

Detailed Description

LCD configuration.

Definition at line 264 of file DisplayBace.h.


Field Documentation

TCONn or Not use(-1)

Definition at line 287 of file DisplayBace.h.

Polarity inversion control of signal

Definition at line 288 of file DisplayBace.h.

unsigned short h_back_porch

LCD display horizontal back porch period

Definition at line 276 of file DisplayBace.h.

unsigned short h_disp_widht

LCD display area size, horizontal width

Definition at line 274 of file DisplayBace.h.

TCONn or Not use(-1)

Definition at line 279 of file DisplayBace.h.

Polarity inversion control of signal

Definition at line 280 of file DisplayBace.h.

unsigned short h_sync_width

Hsync width

Definition at line 281 of file DisplayBace.h.

unsigned short h_toatal_period

Free-running Hsync period

Definition at line 272 of file DisplayBace.h.

double intputClock

P1 clk [MHz] ex. 66.67f

Definition at line 266 of file DisplayBace.h.

Output phase control of LCD_DATA23 to LCD_DATA0 pin

Definition at line 270 of file DisplayBace.h.

Output format select

Definition at line 269 of file DisplayBace.h.

LVDS or Pararel RGB

Definition at line 265 of file DisplayBace.h.

double outputClock

LCD clk [MHz] ex. 33.33f

Definition at line 267 of file DisplayBace.h.

unsigned short v_back_porch

LCD display vertical back porch period

Definition at line 277 of file DisplayBace.h.

unsigned short v_disp_widht

LCD display area size, vertical width

Definition at line 275 of file DisplayBace.h.

TCONn or Not use(-1)

Definition at line 283 of file DisplayBace.h.

Polarity inversion control of signal

Definition at line 284 of file DisplayBace.h.

unsigned short v_sync_width

Vsync width

Definition at line 285 of file DisplayBace.h.

unsigned short v_toatal_period

Free-running Vsync period

Definition at line 273 of file DisplayBace.h.