EFM32 Giant Gecko Software Documentation
efm32gg-doc-4.2.1
|
Liquid Crystal Display (LCD) Peripheral API. More...
Go to the source code of this file.
Functions | |
void | LCD_Init (const LCD_Init_TypeDef *lcdInit) |
Initalize Liquid Crystal Display (LCD) controller. More... | |
void | LCD_VLCDSelect (LCD_VLCDSel_TypeDef vlcd) |
Select source for VLCD. More... | |
void | LCD_UpdateCtrl (LCD_UpdateCtrl_TypeDef ud) |
Configure Update Control. More... | |
void | LCD_FrameCountInit (const LCD_FrameCountInit_TypeDef *fcInit) |
Initialize LCD Frame Counter. More... | |
void | LCD_AnimInit (const LCD_AnimInit_TypeDef *animInit) |
Configures LCD controller Animation feature. More... | |
void | LCD_SegmentRangeEnable (LCD_SegmentRange_TypeDef segmentRange, bool enable) |
Enables update of this range of LCD segment lines. More... | |
void | LCD_SegmentSet (int com, int bit, bool enable) |
Turn on or clear a segment. More... | |
void | LCD_SegmentSetLow (int com, uint32_t mask, uint32_t bits) |
Updates the 0-31 lowest segments on a given COM-line in one operation, according to bit mask. More... | |
void | LCD_SegmentSetHigh (int com, uint32_t mask, uint32_t bits) |
Updated the high (32-39) segments on a given COM-line in one operation. More... | |
void | LCD_ContrastSet (int level) |
Configure contrast level on LCD panel. More... | |
void | LCD_VBoostSet (LCD_VBoostLevel_TypeDef vboost) |
Configure voltage booster. More... | |
void | LCD_BiasSegmentSet (int segmentLine, int biasLevel) |
Configure bias level for a specific segment line for Direct Segment Control. More... | |
void | LCD_BiasComSet (int comLine, int biasLevel) |
Configure bias level for a specific segment line. More... | |
(C) Copyright 2015 Silicon Labs, http://www.silabs.com
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Silicon Labs has no obligation to support this Software. Silicon Labs is providing the Software "AS IS", with no express or implied warranties of any kind, including, but not limited to, any implied warranties of merchantability or fitness for any particular purpose or warranties against infringement of any proprietary rights of a third party.
Silicon Labs will not be liable for any consequential, incidental, or special damages, or any other relief, or for any claim by any third party, arising from your use of this Software.
Definition in file em_lcd.c.