mikroSDK Reference Manual
|
Go to the source code of this file.
Data Structures | |
struct | ssd1963_cfg_t |
SSD1963 Configuration Object. More... | |
Enumerations | |
enum | ssd1963_host_interface_t |
SSD1963 Interface Mode. More... | |
Functions | |
void | ssd1963_init (ssd1963_cfg_t *cfg, gl_driver_t *__generic_ptr driver) |
SSD1963 Display Controller initialization. More... | |
void | ssd1963_write_command (uint8_t command) |
Send command to SSD1963 Display Controller. More... | |
void | ssd1963_write_param (uint8_t param) |
Send data to SSD1963 Display Controller. More... | |
uint16_t | ssd1963_get_display_width () |
Get display width. More... | |
uint16_t | ssd1963_get_display_height () |
Get display height. More... | |