Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kisvegabor authored Dec 12, 2024
1 parent a007317 commit 21a542f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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.**
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 21a542f

Please sign in to comment.