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: DiscoLogger DISCO_L476VG_GlassLCD DISCO_L476VG_MicrophoneRecorder DISCO_L476VG_UART ... more
Private Functions
[STM32L476G-DISCOVERY GLASS LCD]
Functions | |
| static void | Convert (uint8_t *Char, Point_Typedef Point, DoublePoint_Typedef Colon) |
| Convert an ascii char to the a LCD digit. | |
| static void | WriteChar (uint8_t *ch, Point_Typedef Point, DoublePoint_Typedef Colon, DigitPosition_Typedef Position) |
| Write a character in the LCD frame buffer. | |
| static void | LCD_MspInit (LCD_HandleTypeDef *hlcd) |
| Initialize the LCD MSP. | |
| static void | LCD_MspDeInit (LCD_HandleTypeDef *hlcd) |
| DeInitialize the LCD MSP. | |
Function Documentation
| static void Convert | ( | uint8_t * | Char, |
| Point_Typedef | Point, | ||
| DoublePoint_Typedef | Colon | ||
| ) | [static] |
Convert an ascii char to the a LCD digit.
- Parameters:
-
Char,: a char to display. Point,: a point to add in front of char This parameter can be: POINT_OFF or POINT_ON Colon : flag indicating if a colon character has to be added in front of displayed character. This parameter can be: DOUBLEPOINT_OFF or DOUBLEPOINT_ON.
- Return values:
-
None
Definition at line 693 of file stm32l476g_discovery_glass_lcd.c.
| static void LCD_MspDeInit | ( | LCD_HandleTypeDef * | hlcd ) | [static] |
DeInitialize the LCD MSP.
- Parameters:
-
hlcd,: LCD handle
- Return values:
-
None
Definition at line 651 of file stm32l476g_discovery_glass_lcd.c.
| static void LCD_MspInit | ( | LCD_HandleTypeDef * | hlcd ) | [static] |
Initialize the LCD MSP.
- Parameters:
-
hlcd,: LCD handle
- Return values:
-
None
Definition at line 585 of file stm32l476g_discovery_glass_lcd.c.
| static void WriteChar | ( | uint8_t * | ch, |
| Point_Typedef | Point, | ||
| DoublePoint_Typedef | Colon, | ||
| DigitPosition_Typedef | Position | ||
| ) | [static] |
Write a character in the LCD frame buffer.
- Parameters:
-
ch,: the character to display. Point,: a point to add in front of char This parameter can be: POINT_OFF or POINT_ON Colon,: flag indicating if a colon character has to be added in front of displayed character. This parameter can be: DOUBLEPOINT_OFF or DOUBLEPOINT_ON. Position,: position in the LCD of the character to write [1:6]
- Return values:
-
None
Definition at line 812 of file stm32l476g_discovery_glass_lcd.c.
Generated on Tue Jul 12 2022 18:37:22 by
1.7.2