Skip to content

Commit fc7d4e4

Browse files
committed
Do not call those functions yourself, they are called internally.
1 parent e3fe2f9 commit fc7d4e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Braccio++.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ class BraccioClass
8181
return dev;
8282
}
8383

84+
/* Those functions MUST NOT be used by the user. */
8485
void lvgl_disp_flush(lv_disp_drv_t *disp, const lv_area_t *area, lv_color_t *color_p);
8586
void unlock_pd_semaphore_irq();
8687
void unlock_pd_semaphore();

0 commit comments

Comments
 (0)