String functions.
More...
String functions.
| uint16_t TM_LCD_GetCurrentX |
( |
void |
| ) |
|
Gets current X location for LCD strings.
- Parameters
-
- Return values
-
| Current | X location for string operations |
| uint16_t TM_LCD_GetCurrentY |
( |
void |
| ) |
|
Gets current Y location for LCD strings.
- Parameters
-
- Return values
-
| Current | Y location for string operations |
Gets active font for character drawings.
- Parameters
-
- Return values
-
Puts single character to LCD.
- Note
- To set X and Y coordinate, use TM_LCD_SetXY function
- Parameters
-
| c | Character to be written on LCD |
- Return values
-
Puts string to LCD.
- Note
- To set X and Y coordinate, use TM_LCD_SetXY function
- Parameters
-
| *str | String to be written on LCD |
- Return values
-
| TM_LCD_Result_t TM_LCD_SetColors |
( |
uint32_t |
Foreground, |
|
|
uint32_t |
Background |
|
) |
| |
Sets foreground and background colors for character drawings.
- Parameters
-
| Foreground | Foreground color for characters |
| Background | Background color for characters |
- Return values
-
Sets active font for character drawings.
- Parameters
-
| *Font | Pointer to TM_FONT_t structure with font |
- Return values
-
Sets X and Y location for character drawings.
- Parameters
-
| X | X coordinate for character drawings |
| Y | Y coordinate for character drawings |
- Return values
-