Update ROADMAP.md

This commit is contained in:
Gabor Kiss-Vamosi
2022-11-18 06:55:50 +01:00
committed by GitHub
parent 1191c433b9
commit 56f31fc20c

View File

@@ -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)