diff options
| author | Daniil Baturin <daniil@vyos.io> | 2026-02-16 11:58:07 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-16 11:58:07 +0000 |
| commit | 053cd1cdea4bb3ed2aa6831c1a118d6726d52bd1 (patch) | |
| tree | 865cebafa2362d7a28d0a1b1801ebe1f062d132b /data | |
| parent | 82461ce7856aaf91d1b8a85ca45080e26783fc5e (diff) | |
| parent | 37430eb9f8c4182170ba4fc2fbfc69098d464749 (diff) | |
| download | vyos-1x-053cd1cdea4bb3ed2aa6831c1a118d6726d52bd1.tar.gz vyos-1x-053cd1cdea4bb3ed2aa6831c1a118d6726d52bd1.zip | |
Merge pull request #4989 from c-po/lcd-mtc-s16209x
lcd: T8213: add support for MTC S16209x
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/lcd/LCDd.conf.j2 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/templates/lcd/LCDd.conf.j2 b/data/templates/lcd/LCDd.conf.j2 index 3631add1d..456aa79e7 100644 --- a/data/templates/lcd/LCDd.conf.j2 +++ b/data/templates/lcd/LCDd.conf.j2 @@ -55,6 +55,8 @@ Driver=CFontzPacket Driver=sdeclcd {% elif model == 'hd44780' %} Driver=hd44780 +{% elif model == 'mtc-s16209x' %} +Driver=mtc_s16209x {% endif %} {% endif %} @@ -135,5 +137,10 @@ USB=yes ConnectionType=ezio Device={{ device }} Size=16x2 +{% elif model == 'mtc-s16209x' %} +[mtc_s16209x] +Device={{ device }} +Brightness=255 +Reboot=yes {% endif %} {% endif %} |
