From 56f31fc20c68c53c37a9b607d8eb33bea885a0e1 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Fri, 18 Nov 2022 06:55:50 +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 989e540e9..ad8e294a5 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -13,6 +13,7 @@ - [ ] Replace `disp_drv->direct_mode/full_refresh` with enum. - [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 ### 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)