Library Functions.
More...
Library Functions.
Sets display OFF.
- Parameters
-
- Return values
-
Sets display ON.
- Note
- This function is already called inside TM_LCD_Init() function
- Parameters
-
- Return values
-
Fills currently active layer with desired color.
- Note
- To select active layer, use TM_LCD_SetLayer1() or TM_LCD_SetLayer2() functions
- Parameters
-
| color | Color index in RGB565 format |
- Return values
-
| uint32_t TM_LCD_GetFrameBuffer |
( |
void |
| ) |
|
Gets location where LCD buffer is located.
- Parameters
-
- Return values
-
| Location | in memory where LCD buffer is located |
| uint16_t TM_LCD_GetHeight |
( |
void |
| ) |
|
Gets LCD height in unit of pixels.
- Parameters
-
- Return values
-
| LCD | width in unit of pixels |
| uint8_t TM_LCD_GetOrientation |
( |
void |
| ) |
|
Gets LCD orientation.
- Return values
-
| uint16_t TM_LCD_GetWidth |
( |
void |
| ) |
|
Gets LCD width in unit of pixels.
- Parameters
-
- Return values
-
| LCD | width in unit of pixels |
Initializes LCD.
- Note
- This function must be called at the beginning of LCD operations
- Parameters
-
- Return values
-
Sets LCD orientation.
- Parameters
-
| orientation | LCD orientation you wanna use, values 0 to 3 are available |
- Return values
-