From 21a542ffd39704a411c96cf4b92c81d3051dd6e0 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Thu, 12 Dec 2024 21:27:26 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fe191c..90b90e2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # LVGL's UI Editor +This repository is the place for public LVGL Editor related content. + ## Introduction LVGL's UI editor is an under-development tool designed to help UI developers create embedded UIs faster and in a more maintainable way. The main characteristics of this tool are: @@ -21,6 +23,8 @@ We believe designers should work freely in tools like Figma, focusing on creativ ## Get Started +**⚠️ These will apply when the v0.1 is relased in January** + 1. **Fork this repository** to experiment with its CI actions and online preview features. 2. **Clone your fork** to your local machine. 3. **Download and install the Editor.** @@ -51,7 +55,7 @@ The goal is to demonstrate the development direction and gather feedback for adj - Use constants for widget and style properties. - Define, pass, and use parameters for components. -Please refer to the examples to learn the XML syntax or read this page for more information. +Please refer to the examples to learn the XML syntax or read [this page](https://docs.lvgl.io/master/details/other-components/xml.html) for more information. ### Future Plans