Re: FB console/terminal

2025-02-16 Thread Alan C. Assis
Hi Tim, I think there is not a framebuffer text in place for NuttX, but you can use the code to handle text fonts from nx graphics to render the text directly in the framebuffer. For Linux some years ago I used fbtext https://sourceforge.net/projects/fbtext/ to print a message from initrd to let

Re: [VOTE] NuttX Contributing Guidelines update 202502.

2025-02-16 Thread Nathan Hartman
On Sat, Feb 15, 2025 at 4:53 PM Tomek CEDRO wrote: > > Okay so here goes the vote results :-) Thanks, Tomek, for doing all of this! I would like to add some more of my thoughts: Regarding these rules: 9. Zero trust approach to user testing 10. Breaking changes not welcome. 11. Respect for long

Re: FB console/terminal

2025-02-16 Thread Tim Hardisty
Thanks Alan - I'll see if I can find nx graphics code to repurpose and, if not immediately obviously, I'm sure there's code out there, such the fbtext tool you linked to. On 16/02/2025 10:45, Alan C. Assis wrote: Hi Tim, I think there is not a framebuffer text in place for NuttX, but you can

Re: [VOTE] NuttX Contributing Guidelines update 202502.

2025-02-16 Thread Tomek CEDRO
Thank you Nathan :-) I just noticed that we missed self review can be added to 17 :-P I am allergic to bureaucracy myself. All this is to improve project quality not to make life harder. But also avoid obvious situations like self merging, sending untested changes, making breaking changes standar