<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Mar 25, 2020 at 12:59 AM Gedare Bloom <<a href="mailto:gedare@rtems.org">gedare@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Tue, Mar 24, 2020 at 1:09 PM Vijay Kumar Banerjee <<a href="mailto:vijay@rtems.org" target="_blank">vijay@rtems.org</a>> wrote:<br>
><br>
> ---<br>
>  README.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++<br>
>  1 file changed, 47 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..d0e7b02<br>
> --- /dev/null<br>
> +++ b/README.md<br>
> @@ -0,0 +1,47 @@<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" 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" 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 +be followed for reference on how to write and build an application with lvgl.<br>
something weird happened here?<br>
<br>
fix and push<br>
<br></blockquote><div>Pushed!</div><div><a href="https://git.rtems.org/packages/rtems-littlevgl/commit/?id=9135baf7d2591a907740f30d5ecffb3e77d1f1be">https://git.rtems.org/packages/rtems-littlevgl/commit/?id=9135baf7d2591a907740f30d5ecffb3e77d1f1be</a> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
> +The sample app can be found here:<br>
> +<a href="https://git.rtems.org/rtems-examples/tree/lvgl/hello/test.c" rel="noreferrer" target="_blank">https://git.rtems.org/rtems-examples/tree/lvgl/hello/test.c</a><br>
> +<br>
> +Where to discuss questions and ideas?<br>
> +-------------------------------------<br>
> +<br>
> +The preferred way of carrying out any discussions or questions is to reach out<br>
> +to the users mailing list <a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a> or the devel mailing list<br>
> +<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a> for more detailed discussions.<br>
> +<br>
> +In any discussions related to rtems-littlevgl, the maintainers can be CC'd by<br>
> +their respective id's given below:<br>
> +<br>
> +Christian Mauderer (<a href="mailto:christian.mauderer@embedded-brains.de" target="_blank">christian.mauderer@embedded-brains.de</a>)<br>
> +Vijay Kumar Banerjee (<a href="mailto:vijay@rtems.org" target="_blank">vijay@rtems.org</a>)<br>
> --<br>
> 2.21.1<br>
><br>
> _______________________________________________<br>
> devel mailing list<br>
> <a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
> <a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div></div>