mikroSDK Reference Manual
lv_draw_pxp.h
Go to the documentation of this file.
1
30
#ifndef LV_DRAW_PXP_H
31
#define LV_DRAW_PXP_H
32
33
#ifdef __cplusplus
34
extern
"C"
{
35
#endif
36
37
/*********************
38
* INCLUDES
39
*********************/
40
41
#include "
../../../lv_conf_internal.h
"
42
43
#if LV_USE_GPU_NXP_PXP
44
#include "
../../sw/lv_draw_sw.h
"
45
46
/*********************
47
* DEFINES
48
*********************/
49
50
/**********************
51
* TYPEDEFS
52
**********************/
53
typedef
lv_draw_sw_ctx_t
lv_draw_pxp_ctx_t;
54
55
/**********************
56
* GLOBAL PROTOTYPES
57
**********************/
58
59
void
lv_draw_pxp_ctx_init(
struct
_lv_disp_drv_t
* drv,
lv_draw_ctx_t
* draw_ctx);
60
61
void
lv_draw_pxp_ctx_deinit(
struct
_lv_disp_drv_t
* drv,
lv_draw_ctx_t
* draw_ctx);
62
63
/**********************
64
* MACROS
65
**********************/
66
#endif
/*LV_USE_GPU_NXP_PXP*/
67
68
#ifdef __cplusplus
69
}
/*extern "C"*/
70
#endif
71
72
#endif
/*LV_DRAW_PXP_H*/
lv_conf_internal.h
lv_draw_sw.h
_lv_disp_drv_t
Definition
lv_hal_disp.h:77
_lv_draw_ctx_t
Definition
lv_draw.h:59
lv_draw_sw_ctx_t
Definition
lv_draw_sw.h:32