chore: fix typos in lv_draw_label.h (#7511)

This commit is contained in:
bjsylvia
2024-12-27 12:06:48 +08:00
committed by GitHub
parent 4ecca36cef
commit 6b8a288437
+2 -2
View File
@@ -102,7 +102,7 @@ lv_draw_label_dsc_t * lv_draw_task_get_label_dsc(lv_draw_task_t * task);
void lv_draw_glyph_dsc_init(lv_draw_glyph_dsc_t * dsc);
/**
* Crate a draw task to render a text
* Create a draw task to render a text
* @param layer pointer to a layer
* @param dsc pointer to draw descriptor
* @param coords coordinates of the character
@@ -111,7 +111,7 @@ void /* LV_ATTRIBUTE_FAST_MEM */ lv_draw_label(lv_layer_t * layer, const lv_draw
const lv_area_t * coords);
/**
* Crate a draw task to render a single character
* Create a draw task to render a single character
* @param layer pointer to a layer
* @param dsc pointer to draw descriptor
* @param point position of the label