chore(st7789.h): Add note to st7789_update_cb

This commit is contained in:
C47D 2021-09-09 19:36:32 -05:00
parent 9b1e3d1198
commit ffae578a39

View file

@ -219,7 +219,8 @@ static void st7789_set_orientation(lv_disp_drv_t *drv, uint8_t orientation)
st7789_send_data(drv, (void *) &data[orientation], 1); st7789_send_data(drv, (void *) &data[orientation], 1);
} }
/* Display update callback, we could update the orientation in here */ /* Display update callback, we could update the orientation in here
* NOTE Available only for LVGL v8 */
void st7789_update_cb(lv_disp_drv_t *drv) void st7789_update_cb(lv_disp_drv_t *drv)
{ {
(void) drv; (void) drv;