| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-14 | lcd: T8213: add support for MTC S16209x | Jadyn Emma Jäger | |
| Implementation has been tested using a virtual serial pipe as I (Christian Breunig) did not find my hardware LCD display. You can easily do this via: $ sudo socat -d -d PTY,link=/dev/ttyS99,raw,echo=0 PTY,link=/tmp/serial,raw,echo=0 $ sudo cat /tmp/serial You will get a lot of control characters, but real information like the OS Kernel version will scroll through. Co-authored-by: Christian Breunig <christian@breunig.cc> | |||
| 2022-05-01 | lcd: T4353: fix Jinja2 linting errors | Christian Poessinger | |
| 2022-04-13 | lcd: T4333: migrate to new vyos_defined Jinja2 test | Christian Poessinger | |
| 2021-10-10 | lcd: T2564: add support for hd44780 displays | Christian Poessinger | |
| 2020-08-23 | lcd: T2564: limit LCD display update to 2 updates per second | Christian Poessinger | |
| ... this reduces CPU load. | |||
| 2020-08-23 | lcd: T2564: make hello and goodbye message oneline | Christian Poessinger | |
| ... required for smoketest and ConfigParser | |||
| 2020-08-18 | lcd: T2564: add support for Lanner, Watchguard, Symantec boxes | Christian Poessinger | |
| 2020-08-15 | lcd: T2564: flatten CLI interface | Christian Poessinger | |
| * set system lcd device <device> * set system lcd model <modeml> Both device and model have completion helpers for supported interfaces and LCD displays. | |||
