From a38fcf2c7aa5fd156d3f2b6965ec4f81d7ff5503 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 28 Jun 2021 15:16:20 +0200 Subject: [PATCH] Update ROADMAP.md --- docs/ROADMAP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 513c4ab7c..3bf2706ff 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -31,6 +31,7 @@ This list indicates only the current intention and it can be changed. ## v8.2 - [ ] Optimize line and circle drawing and masking - [ ] Handle stride. See [#1858](https://github.com/lvgl/lvgl/issues/1858) +- [ ] Support LV_STATE_HOVERED ## Ideas - Reconsider color format management for run time color format setting, and custom color format usage. (Also [RGB888](https://github.com/lvgl/lvgl/issues/1722))