From dd27c3530432ea0b09f01e604bf577f31d8ef841 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 1 Jun 2023 15:41:47 +1000 Subject: convert lvgl from submodule to a plain old directory --- lib/lvgl | 1 - lib/lvgl/docs/index.md | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) delete mode 160000 lib/lvgl create mode 100644 lib/lvgl/docs/index.md (limited to 'lib/lvgl/docs/index.md') diff --git a/lib/lvgl b/lib/lvgl deleted file mode 160000 index 0732400e..00000000 --- a/lib/lvgl +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0732400e7b564dd0e7dc4a924619d8e19c5b23a0 diff --git a/lib/lvgl/docs/index.md b/lib/lvgl/docs/index.md new file mode 100644 index 00000000..f89f9538 --- /dev/null +++ b/lib/lvgl/docs/index.md @@ -0,0 +1,38 @@ + +```eval_rst + +PDF version: :download:`LVGL.pdf ` +``` + +# Welcome to the documentation of LVGL! + + + + +
+ Get familiar with the LVGL project + Learn the basic of LVGL and its usage on various platforms + See how to port LVGL to any platform + Learn the how LVGL works in more detail + Take a look at the description of the available widgets + Be part of the development of LVGL +
+ + +```eval_rst +.. toctree:: + :maxdepth: 2 + + intro/index + examples + get-started/index + porting/index + overview/index + widgets/index + layouts/index + libs/index + others/index + CONTRIBUTING + CHANGELOG + ROADMAP +``` -- cgit v1.2.3