Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Trace_Program2 GR-PEACH_Camera_in_barcode GR-PEACH_LCD_sample GR-PEACH_LCD_4_3inch_sample ... more
lcd_panel.h File Reference
LCD panel definition header. More...
Go to the source code of this file.
Functions | |
void | GRAPHICS_SetLcdPanel (const vdc5_channel_t channel) |
LCD panel I/O port setup. | |
void | GRAPHICS_SetLcdTconSettings (const vdc5_channel_t channel, const vdc5_lcd_tcon_timing_t **const outctrl) |
LCD TCON setup parameter acquisition processing. | |
vdc5_lvds_t * | GRAPHICS_GetLvdsParam (const vdc5_channel_t channel) |
LVDS-related parameter acquisition processing. |
Detailed Description
LCD panel definition header.
- Version:
- 1.00
- Rev:
- 199
- Date:
- 2014-05-23 16:33:52 +0900#
Definition in file lcd_panel.h.
Function Documentation
vdc5_lvds_t* GRAPHICS_GetLvdsParam | ( | const vdc5_channel_t | channel ) |
LVDS-related parameter acquisition processing.
- Parameters:
-
[in] channel
- Return values:
-
Address of the area containing the LVDS-related parameters
Definition at line 100 of file lcd_settings.c.
void GRAPHICS_SetLcdPanel | ( | const vdc5_channel_t | channel ) |
LCD panel I/O port setup.
- Parameters:
-
[in] channel
- Return values:
-
None
Definition at line 70 of file lcd_settings.c.
void GRAPHICS_SetLcdTconSettings | ( | const vdc5_channel_t | channel, |
const vdc5_lcd_tcon_timing_t **const | outctrl | ||
) |
LCD TCON setup parameter acquisition processing.
- Parameters:
-
[in] channel [out] outctrl : Address of the area for storing the LCD TCON timing setup data table
- Return values:
-
None
Definition at line 85 of file lcd_settings.c.
Generated on Tue Jul 12 2022 15:08:46 by
