mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
typo fix: lv_refr_set_round_cb()
This commit is contained in:
parent
c0d55112b4
commit
fb59508ad1
@ -134,7 +134,7 @@ void lv_refr_set_monitor_cb(void (*cb)(uint32_t, uint32_t))
|
||||
* Special display controllers may require special coordinate rounding
|
||||
* @param cb pointer to the a function which will modify the area
|
||||
*/
|
||||
void lv_refr_set_round_cd(void(*cb)(lv_area_t*))
|
||||
void lv_refr_set_round_cb(void(*cb)(lv_area_t*))
|
||||
{
|
||||
round_cb = cb;
|
||||
}
|
||||
|
@ -63,7 +63,7 @@ void lv_refr_set_monitor_cb(void (*cb)(uint32_t, uint32_t));
|
||||
* Special display controllers may require special coordinate rounding
|
||||
* @param cb pointer to the a function which will modify the area
|
||||
*/
|
||||
void lv_refr_set_round_cd(void(*cb)(lv_area_t*));
|
||||
void lv_refr_set_round_cb(void(*cb)(lv_area_t*));
|
||||
|
||||
/**
|
||||
* Get the number of areas in the buffer
|
||||
|
Loading…
x
Reference in New Issue
Block a user