mirror of
https://github.com/lvgl/lvgl.git
synced 2025-02-04 07:13:00 +08:00
chore: add typedef lv_display_t lv_disp_t;
This commit is contained in:
parent
6b1516926a
commit
4641a10e7c
@ -45,8 +45,9 @@ extern "C" {
|
|||||||
/**********************
|
/**********************
|
||||||
* TYPEDEFS
|
* TYPEDEFS
|
||||||
**********************/
|
**********************/
|
||||||
typedef lv_result_t lv_res_t ;
|
typedef lv_result_t lv_res_t;
|
||||||
typedef lv_image_dsc_t lv_img_dsc_t;
|
typedef lv_image_dsc_t lv_img_dsc_t;
|
||||||
|
typedef lv_display_t lv_disp_t;
|
||||||
typedef lv_display_rotation_t lv_disp_rotation_t;
|
typedef lv_display_rotation_t lv_disp_rotation_t;
|
||||||
typedef lv_display_render_mode_t lv_disp_render_t;
|
typedef lv_display_render_mode_t lv_disp_render_t;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user