Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Eric106

#1
I have an XG210 rev3 that I recently put OPNsense on and worked through the LCD configuration.

There is useful documentation on the lcdproc project at http://lcdproc.omnipotent.net and https://github.com/lcdproc/lcdproc/releases as well as looking in the OPNsense https://github.com/opnsense/plugins/tree/master/sysutils/lcdproc-sdeclcd and FreeBSD https://cgit.freebsd.org/ports/tree/sysutils/lcdproc git sources.

Here is my /usr/local/etc/LCDd-sdeclcd.conf file.

[server]
DriverPath=/usr/local/lib/lcdproc/
Driver=hd44780
Bind=127.0.0.1
Port=13666
ReportToSyslog=yes
User=nobody
Foreground=no
Hello="  Welcome to"
Hello="   OPNsense!"
GoodBye="Thanks for using"
GoodBye="   OPNsense!"
WaitTime=5
AutoRotate=no
ServerScreen=no
Backlight=on
TitleSpeed=5
ToggleRotateKey=Escape
PrevScreenKey=Up
NextScreenKey=Down


[hd44780]
ConnectionType=ezio
Device=/dev/cuau1
Keypad=yes
Size=16x2
KeyMatrix_4_1=Down
KeyMatrix_4_2=Escape
KeyMatrix_4_3=Up
KeyMatrix_4_4=Enter


-Eric