You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenWrt router with graphics output with a tiny HDMI display connected.
OpenWrt does not (easily) support graphical environment, but shows a Linux console which is accessible via /dev/tty0, and also a framebuffer via /dev/fb0.
I like to show status information there.
For this, a simple to use output driver like the curses output driver is missing, which does not show additional debugging information or a frame (the curses driver does show that). Without that, it would be an ideal driver for small displays showing the linux console, by directing the output to /dev/tty<n>.
So, I have two feature wishes:
A curses output without debugging and frame (or where this can be configured),
a simple text file output.
Regards!
The text was updated successfully, but these errors were encountered:
dreirund
changed the title
Feature request: Curses driver without extra debugging information.
[Feature Request] Curses output without debugging info (for production use). Generic text file output.
Oct 21, 2024
Ahoj,
I have a "feature wish" for LCD4Linux.
Use case:
OpenWrt router with graphics output with a tiny HDMI display connected.
OpenWrt does not (easily) support graphical environment, but shows a Linux console which is accessible via
/dev/tty0
, and also a framebuffer via/dev/fb0
.I like to show status information there.
For this, a simple to use output driver like the
curses
output driver is missing, which does not show additional debugging information or a frame (thecurses
driver does show that). Without that, it would be an ideal driver for small displays showing the linux console, by directing the output to/dev/tty<n>
.So, I have two feature wishes:
Regards!
The text was updated successfully, but these errors were encountered: