STM32L476G_EVAL BSP User Manual: Private Functions

STM32L476G_EVAL BSP

STM32L476G_EVAL BSP User Manual

Functions

static void Convert (uint8_t *c, Point_Typedef Point, DoublePoint_Typedef DoublePoint)
 Converts an ascii char to the a LCD Digit (previous coding).
static void LCD_MspInit (LCD_HandleTypeDef *hlcd)
 LCD MSP Init.

Function Documentation

static void Convert ( uint8_t *  c,
Point_Typedef  Point,
DoublePoint_Typedef  DoublePoint 
) [static]

Converts an ascii char to the a LCD Digit (previous coding).

Parameters:
c,:a char to display.
Point,:a point to add in front of a char This parameter can be: POINT_OFF or POINT_ON
DoublePoint,:flag indicating if Double Point has to be added in front of the displayed character. This parameter can be: DOUBLEPOINT_ON or DOUBLEPOINT_OFF.
Return values:
None

Definition at line 3180 of file stm32l476g_eval_glass_lcd.c.

References ASCII_CHAR_0, ASCII_CHAR_A, ASCII_CHAR_AT_SYMBOL, ASCII_CHAR_COLON, ASCII_CHAR_FORWARD_SLASH, ASCII_CHAR_LEFT_OPEN_BRACKET, ASCII_CHAR_SPACE, Digit, DOUBLEPOINT_ON, LetterMap, Mask, NumberMap, POINT_ON, and Shift.

Referenced by BSP_LCD_GLASS_WriteChar().

static void LCD_MspInit ( LCD_HandleTypeDef *  hlcd) [static]

LCD MSP Init.

Parameters:
hlcd,:LCD handle
Return values:
None

Definition at line 3090 of file stm32l476g_eval_glass_lcd.c.

Referenced by BSP_LCD_GLASS_Init().

Generated on Sun Jun 21 2015 23:46:42 for STM32L476G_EVAL BSP User Manual by   doxygen 1.7.6.1