#75 Update lvgl_tft

This commit is contained in:
martinberlin 2022-01-02 12:28:43 +01:00
parent 2868e219fc
commit 63bc5f4cf7
2 changed files with 37 additions and 2 deletions

View file

@ -54,6 +54,8 @@ extern "C" {
#include "uc8151d.h"
#elif defined CONFIG_LV_TFT_DISPLAY_CONTROLLER_ILI9163C
#include "ili9163c.h"
#elif defined CONFIG_LV_TFT_DISPLAY_CONTROLLER_PCD8544
#include "pcd8544.h"
#endif
/*********************
@ -69,7 +71,7 @@ extern "C" {
**********************/
/* Initialize display */
void disp_driver_init(void);
void *disp_driver_init(void);
/* Display flush callback */
void disp_driver_flush(lv_disp_drv_t * drv, const lv_area_t * area, lv_color_t * color_map);