<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 24, 2020, 1:55 AM Gedare Bloom <<a href="mailto:gedare@rtems.org">gedare@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Please add the maintainer info for the package, and/or <a href="mailto:devel@rtems.org" target="_blank" rel="noreferrer">devel@rtems.org</a><br>
for questions (just in case someone picks this up somehow without<br>
RTEMS!)<br></blockquote></div></div><div dir="auto">Thanks for the review.</div><div dir="auto">I'll add that in v2 once I get the @rtems address ;)</div><div dir="auto"><br></div><div dir="auto">Will it be possible to also host it on GitHub?</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
On Mon, Mar 23, 2020 at 12:44 PM Vijay Kumar Banerjee<br>
<<a href="mailto:vijaykumar9597@gmail.com" target="_blank" rel="noreferrer">vijaykumar9597@gmail.com</a>> wrote:<br>
><br>
> ---<br>
>  README.md | 34 ++++++++++++++++++++++++++++++++++<br>
>  1 file changed, 34 insertions(+)<br>
>  create mode 100644 README.md<br>
><br>
> diff --git a/README.md b/README.md<br>
> new file mode 100644<br>
> index 0000000..161e4d9<br>
> --- /dev/null<br>
> +++ b/README.md<br>
> @@ -0,0 +1,34 @@<br>
> +RTEMS LittlevGL<br>
> +===============<br>
> +<br>
> +Welcome to RTEMS LittlevGL (lvgl). This package builds the lvgl library using<br>
> +waf with the required settings for running it with rtems. The lvgl drivers are<br>
> +adapted to the BSD framebuffer and hence requires the latest rtems-libbsd build.<br>
> +<br>
> +About LittlevGL<br>
> +---------------<br>
> +<br>
> +LittlevGL is a lightweight graphics library for embedded GUI applications. It<br>
> +can be configured using the `lv_conf.h` and the `lv_drv_conf.h` files that are<br>
> +in the top of the rtems-littlevgl directory.<br>
> +<br>
> +The documentation is available at:<br>
> +<a href="https://docs.littlevgl.com/en/html/index.html" rel="noreferrer noreferrer" target="_blank">https://docs.littlevgl.com/en/html/index.html</a><br>
> +<br>
> +Building and installing rtems-littlevgl<br>
> +---------------------------------------<br>
> +<br>
> +```<br>
> +git clone git://<a href="http://git.rtems.org/packages/rtems-littlevgl.git" rel="noreferrer noreferrer" target="_blank">git.rtems.org/packages/rtems-littlevgl.git</a><br>
> +git submodule update<br>
> +./waf configure --prefix=/path/to/rtems/5<br>
> +./waf build install<br>
> +```<br>
> +<br>
> +Writing embedded GUI app using rtems-littlevgl<br>
> +----------------------------------------------<br>
> +<br>
> +The rtems-examples repository has a sample lvgl hello world application that can<br>
> +be followed for reference on how to write and build an application with lvgl.<br>
> +The sample app can be found here:<br>
> +<a href="https://git.rtems.org/rtems-examples/tree/lvgl/hello/test.c" rel="noreferrer noreferrer" target="_blank">https://git.rtems.org/rtems-examples/tree/lvgl/hello/test.c</a><br>
> --<br>
> 2.21.1<br>
><br>
> _______________________________________________<br>
> devel mailing list<br>
> <a href="mailto:devel@rtems.org" target="_blank" rel="noreferrer">devel@rtems.org</a><br>
> <a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div></div></div>