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: EFM32 RDA5807M RDS Radio EMF32-Segment-Touch-Demo EMF32_ShowKey blinky_EFM32_Giant ... more
segmentlcd.h File Reference
EFM32 Segment LCD Display driver, header file. More...
Go to the source code of this file.
Functions | |
| void | SegmentLCD_AllOff (void) |
| Disable all segments. | |
| void | SegmentLCD_AllOn (void) |
| Enable all segments. | |
| void | SegmentLCD_AlphaNumberOff (void) |
| Turn all segments on alpha characters in display off. | |
| void | SegmentLCD_ARing (int anum, int on) |
| Light up or shut off Ring of Indicators. | |
| void | SegmentLCD_Battery (int batteryLevel) |
| Light up or shut off Battery Indicator. | |
| void | SegmentLCD_Disable (void) |
| Disables LCD controller. | |
| void | SegmentLCD_EnergyMode (int em, int on) |
| Light up or shut off Energy Mode indicator. | |
| void | SegmentLCD_Init (bool useBoost) |
| Segment LCD Initialization routine for EFM32 STK display. | |
| void | SegmentLCD_LowerHex (uint32_t num) |
| Write a hexadecimal number on lower alphanumeric part of Segment LCD display. | |
| void | SegmentLCD_LowerNumber (int num) |
| Write number on lower alphanumeric part of Segment LCD display. | |
| void | SegmentLCD_Number (int value) |
| Write number on numeric part on Segment LCD display. | |
| void | SegmentLCD_NumberOff (void) |
| Turn all segments on numeric digits in display off. | |
| void | SegmentLCD_Symbol (lcdSymbol s, int on) |
| Light up or shut off various symbols on Segment LCD. | |
| void | SegmentLCD_UnsignedHex (uint16_t value) |
| Write hexadecimal number on numeric part on Segment LCD display. | |
| void | SegmentLCD_Write (char *string) |
| Write text on LCD display. | |
Detailed Description
EFM32 Segment LCD Display driver, header file.
- Version:
- 3.20.9
License
(C) Copyright 2014 Silicon Labs, http://www.silabs.com
This file is licensensed under the Silabs License Agreement. See the file "Silabs_License_Agreement.txt" for details. Before using this software for any purpose, you must agree to the terms of that agreement.
Definition in file segmentlcd.h.
Generated on Thu Jul 14 2022 05:15:53 by
1.7.2