Re: qencoder / long / float / double / maximum values

2023-06-09 Thread Tomek CEDRO
On Fri, Jun 9, 2023 at 3:24 AM Nathan Hartman wrote: > I know it is sometimes unpopular to suggest adding more Kconfigs but maybe > this is something that should be configurable, allowing developers to > choose if they need a 64-bit count for range or a 32- (or even 16-) bit > count for efficiency.

Re: qencoder / long / float / double / maximum values

2023-06-09 Thread Tomek CEDRO
On Fri, Jun 9, 2023 at 7:53 AM raiden00pl wrote: > The index signal (Z index) should be used to reset the encoder position. > You can miss an encoder step for various reasons, and without periodically > checking the absolute position (index pin), you will accumulate errors. > Then, if you set the m

Re: Article: NuttX for PinePhone: Feature Phone UI in LVGL, Zig and WebAssembly

2023-06-09 Thread Tomek CEDRO
On Sat, Jun 10, 2023 at 2:32 AM Lee, Lup Yuen wrote: > We have created an LVGL App that runs in a Web Browser and on NuttX for > PinePhone… > - We compiled LVGL Library from C to WebAssembly with Zig Compiler > - We wrote our LVGL App in the Zig Programming Language (instead of C) > - Exact same co

Article: NuttX for PinePhone: Feature Phone UI in LVGL, Zig and WebAssembly

2023-06-09 Thread Lee, Lup Yuen
We have created an LVGL App that runs in a Web Browser and on NuttX for PinePhone… - We compiled LVGL Library from C to WebAssembly with Zig Compiler - We wrote our LVGL App in the Zig Programming Language (instead of C) - Exact same code runs in a Web Browser and on NuttX for PinePhone Which i

Re: Mailing List

2023-06-09 Thread Nathan Hartman
@Brennan, thanks for catching that! Nathan On Thu, Jun 8, 2023 at 11:44 PM Brennan Ashton wrote: > Email aggressively remove the sender from the reply list when sent to a > list so they likely did not get this email. I was doing the same thing a > couple weeks ago Added them to this one. >

OT: Getting Started with (Apache) NuttX RTOS - Part 1

2023-06-09 Thread Alan C. Assis
Hi NuttXers, I published an article in the EmbeddedRelated about NuttX: https://www.embeddedrelated.com/showarticle/1524.php BR, Alan