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

lcd_gr_peach_ch0.h File Reference

lcd_gr_peach_ch0.h File Reference

LCD panel for vdc5 channel 0 definition header. More...

Go to the source code of this file.

Functions

void GRAPHICS_SetLcdPanel_Ch0 (void)
 LCD panel I/O port setup (VDC5 channel 0)
void GRAPHICS_SetLcdTconSettings_Ch0 (const vdc5_lcd_tcon_timing_t **const outctrl)
 LCD TCON setup parameter acquisition processing (VDC5 channel 0)

Detailed Description

LCD panel for vdc5 channel 0 definition header.

Version:
1.00
Rev:
199
Date:
2014-05-23 16:33:52 +0900#

Definition in file lcd_gr_peach_ch0.h.


Function Documentation

void GRAPHICS_SetLcdPanel_Ch0 ( void   )

LCD panel I/O port setup (VDC5 channel 0)

Parameters:
[in]void
Return values:
None

Definition at line 76 of file lcd_analog_rgb_ch0.c.

void GRAPHICS_SetLcdTconSettings_Ch0 ( const vdc5_lcd_tcon_timing_t **const   outctrl )

LCD TCON setup parameter acquisition processing (VDC5 channel 0)

Parameters:
[out]outctrl: Address of the area for storing the LCD TCON timing setup data table
Return values:
None

Definition at line 135 of file lcd_analog_rgb_ch0.c.