From 61ff2a94d9a33c053e7b7eaf5ab95cf999473774 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Tue, 21 Sep 2021 21:40:25 +0200 Subject: [PATCH] Small fixes --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfd744b..e31a856 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Here are a few highlights of what already works: ## Upstreaming -When you browse the repository, you might notice that there's actually not that much code here. Over the course of implementing unl0kr, many fixes and features have been upstreamed to the [lvgl] and [lv_drivers] repositories. The benefit of this goes both ways. Downstream we can rely on the features being maintained in the future and upstream they can make the features available to the larger audience of [LVGL] users. +Over the course of implementing unl0kr, suitable fixes and features have been upstreamed to the [lvgl] and [lv_drivers] repositories. The benefit of this goes both ways. Downstream we can rely on the features being maintained in the future and upstream they can make the features available to the larger audience of [LVGL] users. Below is a summary of contributions upstreamed thus far. @@ -60,6 +60,7 @@ Below is a summary of contributions upstreamed thus far. - [squeek2lvgl] (git submodule / linked statically) - [libinput] - [libxkbcommon] +- evdev kernel module ## Building & running @@ -122,7 +123,9 @@ $ sudo ffmpeg -f fbdev -i /dev/fb0 -r 24 -c:v libx264 -b:v 500k demo.avi # Acknowledgements -The [lv_port_linux_frame_buffer] project served as a starting point for the codebase. The mouse cursor image was taken from [lv_sim_emscripten]. +The [lv_port_linux_frame_buffer] project served as a starting point for the codebase. + +The mouse cursor image was taken from [lv_sim_emscripten]. # License