|
libwebsockets
Lightweight C library for HTML5 websockets
|
Go to the source code of this file.
Data Structures | |
| struct | lws_display_ssd1675b_spi |
Macros | |
| #define | lws_display_ssd1675b_ops |
Typedefs | |
| typedef struct lws_display_ssd1675b_spi | lws_display_ssd1675b_spi_t |
Functions | |
| int | lws_display_ssd1675b_spi_init (lws_display_state_t *lds) |
| int | lws_display_ssd1675b_spi_blit (lws_display_state_t *lds, const uint8_t *src, lws_box_t *box) |
| int | lws_display_ssd1675b_spi_power (lws_display_state_t *lds, int state) |
| struct lws_display_ssd1675b_spi |
Definition at line 28 of file lws-ssd1675b-spi.h.
| Data Fields | ||
|---|---|---|
| lws_display_t | disp | |
| const lws_spi_ops_t * | spi | |
| lws_display_completion_t | cb | |
| const lws_gpio_ops_t * | gpio | |
| _lws_plat_gpio_t | reset_gpio | |
| _lws_plat_gpio_t | busy_gpio | |
| uint8_t | spi_index | |
| #define lws_display_ssd1675b_ops |
Definition at line 51 of file lws-ssd1675b-spi.h.
| typedef struct lws_display_ssd1675b_spi lws_display_ssd1675b_spi_t |
| int lws_display_ssd1675b_spi_init | ( | lws_display_state_t * | lds | ) |
| int lws_display_ssd1675b_spi_blit | ( | lws_display_state_t * | lds, |
| const uint8_t * | src, | ||
| lws_box_t * | box ) |
| int lws_display_ssd1675b_spi_power | ( | lws_display_state_t * | lds, |
| int | state ) |