From ca7caf257659ea5f8a1d269eab744e2a78d51363 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 20 Feb 2023 11:54:21 +0100 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 ef991b0ae..b935da6fe 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -14,6 +14,7 @@ - [x] Consider flat directory structure. E.g. `extra/widgets` to `widgets` - [ ] Rename `disp_drv->monitor_cb` to `render_completed/finished/ready` - [ ] Use `uint32_t` and `int32_t` in APIs where possible +- [ ] To define a new stdlib API use defines `LV_USE_CUSTO_...` and let the user implement `lv_...` functions somewhere (instead of defining the name of the custom functions) ### Architecture - [ ] Consider merging `lv_disp_t`, `lv_disp_drv_t`, `lv_disp_draw_buf_t`, `lv_draw_ctx_t`, and `struct`s from the new driver API (or only some of them)