SSD1963 Display Controller Driver API reference.
More...
API for configuring and manipulating SSD1963 Display Controller driver.
◆ ssd1963_init()
This function initializes SSD1963 Display Controller context object to default values and allows driver interface object to be linked with SSD1963 Display Controller driver functions.
- Parameters
-
[in] | cfg | : SSD1963 configuration object. See ssd1963_cfg_t structure definition for detailed explanation. |
[out] | driver | : Graphics Library driver interface object. See gl_driver_t structure definition and gl_set_driver function for detailed explanation. |
- Returns
- Nothing.
◆ ssd1963_write_command()
void ssd1963_write_command |
( |
uint8_t |
command | ) |
|
This function sends command to SSD1963 Display Controller.
- Parameters
-
- Returns
- Nothing.
◆ ssd1963_write_param()
void ssd1963_write_param |
( |
uint8_t |
param | ) |
|
This function sends data to SSD1963 Display Controller.
- Parameters
-
[in] | param | : data to be sent. |
- Returns
- Nothing.
◆ ssd1963_get_display_width()
uint16_t ssd1963_get_display_width |
( |
| ) |
|
This function returns the width of the SSD1963 controller based display.
- Returns
- Display width.
◆ ssd1963_get_display_height()
uint16_t ssd1963_get_display_height |
( |
| ) |
|
This function returns the height of the SSD1963 controller based display.
- Returns
- Display height.