From b4b2d5b88b4aeb0ec3f5a61b0408794328041263 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Wed, 24 May 2023 10:07:23 +0200 Subject: [PATCH] Update and rename ROADMAP.rst to ROADMAP.md To keep the checkbox rendering --- docs/{ROADMAP.rst => ROADMAP.md} | 1 + 1 file changed, 1 insertion(+) rename docs/{ROADMAP.rst => ROADMAP.md} (97%) diff --git a/docs/ROADMAP.rst b/docs/ROADMAP.md similarity index 97% rename from docs/ROADMAP.rst rename to docs/ROADMAP.md index 5f0b37ead..61b9d1eed 100644 --- a/docs/ROADMAP.rst +++ b/docs/ROADMAP.md @@ -34,6 +34,7 @@ Architecture - [x] More color formats: 24 bit, ARGB1555, ARGB4444 etc - [ ] Unified caching #3116 #3415 - [ ] Condider using `lv_color32_t` on APIs to support e.g. alpha gradient. +- [ ] Add more feature to key presses (long press, release, etc). See [here](https://forum.lvgl.io/t/keypad-input-device-why-lv-event-long-pressed-only-on-enter/10263). Styles ~~~~~~