Add I2C example to communication abstraction interface
This commit is contained in:
parent
8bdc2aed38
commit
db8be8a4da
5 changed files with 33 additions and 38 deletions
|
@ -34,7 +34,7 @@ extern "C" {
|
|||
/**********************
|
||||
* GLOBAL PROTOTYPES
|
||||
**********************/
|
||||
void ssd1306_init(void);
|
||||
void ssd1306_init(lv_disp_drv_t *disp_drv);
|
||||
void ssd1306_flush(lv_disp_drv_t * drv, const lv_area_t * area, lv_color_t * color_map);
|
||||
void ssd1306_rounder(lv_disp_drv_t * disp_drv, lv_area_t *area);
|
||||
void ssd1306_set_px_cb(lv_disp_drv_t * disp_drv, uint8_t * buf, lv_coord_t buf_w, lv_coord_t x, lv_coord_t y,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue