From ffae578a39a01e30350547e3b21f5f88adbe37a9 Mon Sep 17 00:00:00 2001 From: C47D Date: Thu, 9 Sep 2021 19:36:32 -0500 Subject: [PATCH] chore(st7789.h): Add note to st7789_update_cb --- lvgl_tft/st7789.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lvgl_tft/st7789.c b/lvgl_tft/st7789.c index 4f0d229..4b3b718 100644 --- a/lvgl_tft/st7789.c +++ b/lvgl_tft/st7789.c @@ -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); } -/* 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) drv;