chore: add typedef lv_display_t lv_disp_t;

This commit is contained in:
Gabor Kiss-Vamosi
2023-09-19 00:10:40 +02:00
parent 6b1516926a
commit 4641a10e7c

View File

@@ -45,10 +45,11 @@ 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_rotation_t lv_disp_rotation_t; typedef lv_display_t lv_disp_t;
typedef lv_display_render_mode_t lv_disp_render_t; typedef lv_display_rotation_t lv_disp_rotation_t;
typedef lv_display_render_mode_t lv_disp_render_t;
/********************** /**********************
* GLOBAL PROTOTYPES * GLOBAL PROTOTYPES