Renesas GR-PEACH OpenCV Development / gr-peach-opencv-project-sd-card_update

Fork of gr-peach-opencv-project-sd-card by the do

Embed: (wiki syntax)

« Back to documentation index

lcd_analog_rgb_ch1.c File Reference

lcd_analog_rgb_ch1.c File Reference

LCD panel for vdc5 channel 1 function. More...

Go to the source code of this file.

Functions

void GRAPHICS_SetLcdPanel_Ch1 (void)
 LCD panel I/O port setup (VDC5 channel 1)
void GRAPHICS_SetLcdTconSettings_Ch1 (const vdc5_lcd_tcon_timing_t **const outctrl)
 LCD TCON setup parameter acquisition processing (VDC5 channel 1)

Detailed Description

LCD panel for vdc5 channel 1 function.

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

Definition in file lcd_analog_rgb_ch1.c.


Function Documentation

void GRAPHICS_SetLcdPanel_Ch1 ( void   )

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

Parameters:
[in]void
Return values:
None

Definition at line 82 of file lcd_analog_rgb_ch1.c.

void GRAPHICS_SetLcdTconSettings_Ch1 ( const vdc5_lcd_tcon_timing_t **const   outctrl )

LCD TCON setup parameter acquisition processing (VDC5 channel 1)

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

Definition at line 201 of file lcd_analog_rgb_ch1.c.