mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
lcdproc: add 'dm140' LCD support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
de402bb573
commit
f9c854a888
@ -12,7 +12,7 @@
|
|||||||
<setting id="UPDATE_AUTO" type="labelenum" label="2021" values="no|manual|auto" sort="yes" default="manual" />
|
<setting id="UPDATE_AUTO" type="labelenum" label="2021" values="no|manual|auto" sort="yes" default="manual" />
|
||||||
<setting label="2050" type="lsep"/>
|
<setting label="2050" type="lsep"/>
|
||||||
<setting type="sep" />
|
<setting type="sep" />
|
||||||
<setting id="LCD_DRIVER" type="labelenum" label="2051" values="none|irtrans|imon|imonlcd|mdm166a|MtxOrb" sort="yes" default="none" />
|
<setting id="LCD_DRIVER" type="labelenum" label="2051" values="none|irtrans|imon|imonlcd|mdm166a|MtxOrb|dm140|lis" sort="yes" default="none" />
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<!-- Network -->
|
<!-- Network -->
|
||||||
|
@ -318,6 +318,11 @@ Keypad=yes
|
|||||||
# Default value is no
|
# Default value is no
|
||||||
#keypad_test_mode=yes
|
#keypad_test_mode=yes
|
||||||
|
|
||||||
|
## DM140 VFD
|
||||||
|
[dm140]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## ea65 driver for the display in AOpen XC Cube AV EA65 media barebones ##
|
## ea65 driver for the display in AOpen XC Cube AV EA65 media barebones ##
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -271,7 +271,7 @@
|
|||||||
ISCSI_SUPPORT="yes"
|
ISCSI_SUPPORT="yes"
|
||||||
|
|
||||||
# LCD driver to Use - Possible drivers are ( Comma seperated:
|
# LCD driver to Use - Possible drivers are ( Comma seperated:
|
||||||
# bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,
|
# bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,dm140,
|
||||||
# ea65,EyeboxOne,g15,glcdlib,glk,hd44780,i2500vfd,
|
# ea65,EyeboxOne,g15,glcdlib,glk,hd44780,i2500vfd,
|
||||||
# icp_a106,imon,imonlcd,IOWarrior,irman,irtrans,
|
# icp_a106,imon,imonlcd,IOWarrior,irman,irtrans,
|
||||||
# joy,lb216,lcdm001,lcterm,lirc,lis,MD8800,mdm166a,
|
# joy,lb216,lcdm001,lcterm,lirc,lis,MD8800,mdm166a,
|
||||||
|
@ -270,7 +270,7 @@
|
|||||||
ISCSI_SUPPORT="yes"
|
ISCSI_SUPPORT="yes"
|
||||||
|
|
||||||
# LCD driver to Use - Possible drivers are ( Comma seperated:
|
# LCD driver to Use - Possible drivers are ( Comma seperated:
|
||||||
# bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,
|
# bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,dm140,
|
||||||
# ea65,EyeboxOne,g15,glcdlib,glk,hd44780,i2500vfd,
|
# ea65,EyeboxOne,g15,glcdlib,glk,hd44780,i2500vfd,
|
||||||
# icp_a106,imon,imonlcd,IOWarrior,irman,irtrans,
|
# icp_a106,imon,imonlcd,IOWarrior,irman,irtrans,
|
||||||
# joy,lb216,lcdm001,lcterm,lirc,lis,MD8800,mdm166a,
|
# joy,lb216,lcdm001,lcterm,lirc,lis,MD8800,mdm166a,
|
||||||
@ -280,7 +280,7 @@
|
|||||||
# 'all' compiles all drivers;
|
# 'all' compiles all drivers;
|
||||||
# 'all,!xxx,!yyy' de-selects previously selected drivers
|
# 'all,!xxx,!yyy' de-selects previously selected drivers
|
||||||
# "none" for disable LCD support
|
# "none" for disable LCD support
|
||||||
LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis"
|
LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140"
|
||||||
|
|
||||||
# Modules to install in initramfs for early boot
|
# Modules to install in initramfs for early boot
|
||||||
INITRAMFS_MODULES="uvesafb xhci-hcd"
|
INITRAMFS_MODULES="uvesafb xhci-hcd"
|
||||||
|
@ -270,7 +270,7 @@
|
|||||||
ISCSI_SUPPORT="yes"
|
ISCSI_SUPPORT="yes"
|
||||||
|
|
||||||
# LCD driver to Use - Possible drivers are ( Comma seperated:
|
# LCD driver to Use - Possible drivers are ( Comma seperated:
|
||||||
# bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,
|
# bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,dm140,
|
||||||
# ea65,EyeboxOne,g15,glcdlib,glk,hd44780,i2500vfd,
|
# ea65,EyeboxOne,g15,glcdlib,glk,hd44780,i2500vfd,
|
||||||
# icp_a106,imon,imonlcd,IOWarrior,irman,irtrans,
|
# icp_a106,imon,imonlcd,IOWarrior,irman,irtrans,
|
||||||
# joy,lb216,lcdm001,lcterm,lirc,lis,MD8800,mdm166a,
|
# joy,lb216,lcdm001,lcterm,lirc,lis,MD8800,mdm166a,
|
||||||
@ -280,7 +280,7 @@
|
|||||||
# 'all' compiles all drivers;
|
# 'all' compiles all drivers;
|
||||||
# 'all,!xxx,!yyy' de-selects previously selected drivers
|
# 'all,!xxx,!yyy' de-selects previously selected drivers
|
||||||
# "none" for disable LCD support
|
# "none" for disable LCD support
|
||||||
LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis"
|
LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140"
|
||||||
|
|
||||||
# Modules to install in initramfs for early boot
|
# Modules to install in initramfs for early boot
|
||||||
INITRAMFS_MODULES="uvesafb xhci-hcd"
|
INITRAMFS_MODULES="uvesafb xhci-hcd"
|
||||||
|
@ -270,7 +270,7 @@
|
|||||||
ISCSI_SUPPORT="yes"
|
ISCSI_SUPPORT="yes"
|
||||||
|
|
||||||
# LCD driver to Use - Possible drivers are ( Comma seperated:
|
# LCD driver to Use - Possible drivers are ( Comma seperated:
|
||||||
# bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,
|
# bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,dm140,
|
||||||
# ea65,EyeboxOne,g15,glcdlib,glk,hd44780,i2500vfd,
|
# ea65,EyeboxOne,g15,glcdlib,glk,hd44780,i2500vfd,
|
||||||
# icp_a106,imon,imonlcd,IOWarrior,irman,irtrans,
|
# icp_a106,imon,imonlcd,IOWarrior,irman,irtrans,
|
||||||
# joy,lb216,lcdm001,lcterm,lirc,lis,MD8800,mdm166a,
|
# joy,lb216,lcdm001,lcterm,lirc,lis,MD8800,mdm166a,
|
||||||
@ -280,7 +280,7 @@
|
|||||||
# 'all' compiles all drivers;
|
# 'all' compiles all drivers;
|
||||||
# 'all,!xxx,!yyy' de-selects previously selected drivers
|
# 'all,!xxx,!yyy' de-selects previously selected drivers
|
||||||
# "none" for disable LCD support
|
# "none" for disable LCD support
|
||||||
LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis"
|
LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140"
|
||||||
|
|
||||||
# Modules to install in initramfs for early boot
|
# Modules to install in initramfs for early boot
|
||||||
INITRAMFS_MODULES="uvesafb xhci-hcd"
|
INITRAMFS_MODULES="uvesafb xhci-hcd"
|
||||||
|
@ -270,7 +270,7 @@
|
|||||||
ISCSI_SUPPORT="yes"
|
ISCSI_SUPPORT="yes"
|
||||||
|
|
||||||
# LCD driver to Use - Possible drivers are ( Comma seperated:
|
# LCD driver to Use - Possible drivers are ( Comma seperated:
|
||||||
# bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,
|
# bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,dm140,
|
||||||
# ea65,EyeboxOne,g15,glcdlib,glk,hd44780,i2500vfd,
|
# ea65,EyeboxOne,g15,glcdlib,glk,hd44780,i2500vfd,
|
||||||
# icp_a106,imon,imonlcd,IOWarrior,irman,irtrans,
|
# icp_a106,imon,imonlcd,IOWarrior,irman,irtrans,
|
||||||
# joy,lb216,lcdm001,lcterm,lirc,lis,MD8800,mdm166a,
|
# joy,lb216,lcdm001,lcterm,lirc,lis,MD8800,mdm166a,
|
||||||
@ -280,7 +280,7 @@
|
|||||||
# 'all' compiles all drivers;
|
# 'all' compiles all drivers;
|
||||||
# 'all,!xxx,!yyy' de-selects previously selected drivers
|
# 'all,!xxx,!yyy' de-selects previously selected drivers
|
||||||
# "none" for disable LCD support
|
# "none" for disable LCD support
|
||||||
LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis"
|
LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140"
|
||||||
|
|
||||||
# Modules to install in initramfs for early boot
|
# Modules to install in initramfs for early boot
|
||||||
INITRAMFS_MODULES="uvesafb xhci-hcd"
|
INITRAMFS_MODULES="uvesafb xhci-hcd"
|
||||||
|
@ -270,7 +270,7 @@
|
|||||||
ISCSI_SUPPORT="yes"
|
ISCSI_SUPPORT="yes"
|
||||||
|
|
||||||
# LCD driver to Use - Possible drivers are ( Comma seperated:
|
# LCD driver to Use - Possible drivers are ( Comma seperated:
|
||||||
# bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,
|
# bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,dm140,
|
||||||
# ea65,EyeboxOne,g15,glcdlib,glk,hd44780,i2500vfd,
|
# ea65,EyeboxOne,g15,glcdlib,glk,hd44780,i2500vfd,
|
||||||
# icp_a106,imon,imonlcd,IOWarrior,irman,irtrans,
|
# icp_a106,imon,imonlcd,IOWarrior,irman,irtrans,
|
||||||
# joy,lb216,lcdm001,lcterm,lirc,lis,MD8800,mdm166a,
|
# joy,lb216,lcdm001,lcterm,lirc,lis,MD8800,mdm166a,
|
||||||
@ -280,7 +280,7 @@
|
|||||||
# 'all' compiles all drivers;
|
# 'all' compiles all drivers;
|
||||||
# 'all,!xxx,!yyy' de-selects previously selected drivers
|
# 'all,!xxx,!yyy' de-selects previously selected drivers
|
||||||
# "none" for disable LCD support
|
# "none" for disable LCD support
|
||||||
LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis"
|
LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140"
|
||||||
|
|
||||||
# Modules to install in initramfs for early boot
|
# Modules to install in initramfs for early boot
|
||||||
INITRAMFS_MODULES="xhci-hcd"
|
INITRAMFS_MODULES="xhci-hcd"
|
||||||
|
@ -270,7 +270,7 @@
|
|||||||
ISCSI_SUPPORT="yes"
|
ISCSI_SUPPORT="yes"
|
||||||
|
|
||||||
# LCD driver to Use - Possible drivers are ( Comma seperated:
|
# LCD driver to Use - Possible drivers are ( Comma seperated:
|
||||||
# bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,
|
# bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,dm140,
|
||||||
# ea65,EyeboxOne,g15,glcdlib,glk,hd44780,i2500vfd,
|
# ea65,EyeboxOne,g15,glcdlib,glk,hd44780,i2500vfd,
|
||||||
# icp_a106,imon,imonlcd,IOWarrior,irman,irtrans,
|
# icp_a106,imon,imonlcd,IOWarrior,irman,irtrans,
|
||||||
# joy,lb216,lcdm001,lcterm,lirc,lis,MD8800,mdm166a,
|
# joy,lb216,lcdm001,lcterm,lirc,lis,MD8800,mdm166a,
|
||||||
@ -280,7 +280,7 @@
|
|||||||
# 'all' compiles all drivers;
|
# 'all' compiles all drivers;
|
||||||
# 'all,!xxx,!yyy' de-selects previously selected drivers
|
# 'all,!xxx,!yyy' de-selects previously selected drivers
|
||||||
# "none" for disable LCD support
|
# "none" for disable LCD support
|
||||||
LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis"
|
LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140"
|
||||||
|
|
||||||
# Modules to install in initramfs for early boot
|
# Modules to install in initramfs for early boot
|
||||||
INITRAMFS_MODULES=""
|
INITRAMFS_MODULES=""
|
||||||
|
@ -270,7 +270,7 @@
|
|||||||
ISCSI_SUPPORT="yes"
|
ISCSI_SUPPORT="yes"
|
||||||
|
|
||||||
# LCD driver to Use - Possible drivers are ( Comma seperated:
|
# LCD driver to Use - Possible drivers are ( Comma seperated:
|
||||||
# bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,
|
# bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,dm140,
|
||||||
# ea65,EyeboxOne,g15,glcdlib,glk,hd44780,i2500vfd,
|
# ea65,EyeboxOne,g15,glcdlib,glk,hd44780,i2500vfd,
|
||||||
# icp_a106,imon,imonlcd,IOWarrior,irman,irtrans,
|
# icp_a106,imon,imonlcd,IOWarrior,irman,irtrans,
|
||||||
# joy,lb216,lcdm001,lcterm,lirc,lis,MD8800,mdm166a,
|
# joy,lb216,lcdm001,lcterm,lirc,lis,MD8800,mdm166a,
|
||||||
@ -280,7 +280,7 @@
|
|||||||
# 'all' compiles all drivers;
|
# 'all' compiles all drivers;
|
||||||
# 'all,!xxx,!yyy' de-selects previously selected drivers
|
# 'all,!xxx,!yyy' de-selects previously selected drivers
|
||||||
# "none" for disable LCD support
|
# "none" for disable LCD support
|
||||||
LCD_DRIVER="imon,imonlcd,MtxOrb,lis"
|
LCD_DRIVER="none"
|
||||||
|
|
||||||
# Modules to install in initramfs for early boot
|
# Modules to install in initramfs for early boot
|
||||||
INITRAMFS_MODULES="uvesafb xhci-hcd"
|
INITRAMFS_MODULES="uvesafb xhci-hcd"
|
||||||
|
@ -265,7 +265,7 @@
|
|||||||
ISCSI_SUPPORT="yes"
|
ISCSI_SUPPORT="yes"
|
||||||
|
|
||||||
# LCD driver to Use - Possible drivers are ( Comma seperated:
|
# LCD driver to Use - Possible drivers are ( Comma seperated:
|
||||||
# bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,
|
# bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,dm140,
|
||||||
# ea65,EyeboxOne,g15,glcdlib,glk,hd44780,i2500vfd,
|
# ea65,EyeboxOne,g15,glcdlib,glk,hd44780,i2500vfd,
|
||||||
# icp_a106,imon,imonlcd,IOWarrior,irman,irtrans,
|
# icp_a106,imon,imonlcd,IOWarrior,irman,irtrans,
|
||||||
# joy,lb216,lcdm001,lcterm,lirc,lis,MD8800,mdm166a,
|
# joy,lb216,lcdm001,lcterm,lirc,lis,MD8800,mdm166a,
|
||||||
@ -275,7 +275,7 @@
|
|||||||
# 'all' compiles all drivers;
|
# 'all' compiles all drivers;
|
||||||
# 'all,!xxx,!yyy' de-selects previously selected drivers
|
# 'all,!xxx,!yyy' de-selects previously selected drivers
|
||||||
# "none" for disable LCD support
|
# "none" for disable LCD support
|
||||||
LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis"
|
LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140"
|
||||||
|
|
||||||
# Modules to install in initramfs for early boot
|
# Modules to install in initramfs for early boot
|
||||||
INITRAMFS_MODULES=""
|
INITRAMFS_MODULES=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user