From 0b67fb4957ad74a8c7b0579370ff6edeab65e6f6 Mon Sep 17 00:00:00 2001 From: falkTX Date: Thu, 30 May 2024 00:05:13 +0300 Subject: [PATCH] move LVGL into generic section in readme Signed-off-by: falkTX --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9723194..00218e8 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,17 @@ Used very often and in many plugins. --- +#### generic / LVGL + +![screenshot](https://raw.githubusercontent.com/DISTRHO/lvgl-template-plugin/main/Screenshot.png) + +Exposes the [LVGL](https://github.com/lvgl/lvgl) drawing API inside a DGL Widget. +This class will take care of setting up LVGL for drawing, and also user input, resizes and everything in between. + +See [lvgl-template-plugin](https://github.com/DISTRHO/lvgl-template-plugin/) for a CMake-based template plugin project around LVGL. + +--- + #### opengl / Blendish ![screenshot](screenshots/Blendish.png) @@ -75,17 +86,6 @@ Used in: --- -#### opengl / LVGL - -![screenshot](https://raw.githubusercontent.com/DISTRHO/lvgl-template-plugin/main/Screenshot.png) - -Exposes the [LVGL](https://github.com/lvgl/lvgl) drawing API inside a DGL Widget. -This class will take care of setting up LVGL for drawing, and also user input, resizes and everything in between. - -See [lvgl-template-plugin](https://github.com/DISTRHO/lvgl-template-plugin/) for a CMake-based template plugin project around LVGL. - ---- - #### opengl / Quantum ![screenshot](https://raw.githubusercontent.com/trummerschlunk/master_me/master/img/screenshot-expert.png)