From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.0 required=3.0 tests=BAYES_40,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:6000:1ac7:b0:1e8:b550:a596 with SMTP id i7-20020a0560001ac700b001e8b550a596mr5106093wry.584.1645176681576; Fri, 18 Feb 2022 01:31:21 -0800 (PST) X-Received: by 2002:a25:6c04:0:b0:61d:869e:8e0e with SMTP id h4-20020a256c04000000b0061d869e8e0emr6586626ybc.356.1645176681063; Fri, 18 Feb 2022 01:31:21 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.mixmin.net!proxad.net!feeder1-2.proxad.net!209.85.128.88.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 18 Feb 2022 01:31:20 -0800 (PST) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=89.157.139.225; posting-account=L3mulQoAAADsXVjCD5rM6Ap3Xy0U3ckB NNTP-Posting-Host: 89.157.139.225 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Controlling st7789 screen from Ada on a rpi Pico ? From: Fabien Chouteau Injection-Date: Fri, 18 Feb 2022 09:31:21 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:63539 List-Id: On Tuesday, February 15, 2022 at 10:18:48 PM UTC+1, bj=C3=B6rn lundin wrote= : > I also came across uGUI which=20 > loooks interesting. Same question there. Ada-port?=20 I have an Ada binding [1] for the excellent lvgl GUI library [2]. You can g= et it from Alire: [3]. It is not in a very beginner friendly shape, but it works. I am trying to d= o a new version that should be easier to integrate into existing project. Don't hesitate to say hello on the Ada Gitter chat if you want an little he= lp setting it up. [1] https://github.com/Fabien-Chouteau/lvgl-ada [2] https://github.com/lvgl/lvgl [3] https://alire.ada.dev/crates/lvgl_ada.html