Activity for LCDproc

  • zoon01 zoon01 posted a comment on discussion Help

    agree

  • François Revol François Revol posted a comment on discussion Help

    It would be nice to fix the "development" page on the website then to avoid people getting lost here :-)

  • Martin Tharby Jones Martin Tharby Jones posted a comment on discussion Help

    LCDproc has moved to GitHub. There are installation packages available from many distributions,

  • Martin Tharby Jones Martin Tharby Jones posted a comment on discussion Help

    On Sun, 2020-01-05 at 23:04 +0000, Lou Ciotti wrote: I am trying to get the LCD working on the DX4000 as well, but I have Ubuntu server running. I have the display working, ie. if dispalys the hello and exit information, but NOw I need to understand how to get it to display the information I want. I deally I want to use the up and down buttons, but have not got those working yet (at least as far as I can tell. I want it to show these screens (2 Line dispaly): Host name CPU load IP address /Status...

  • Lou Ciotti Lou Ciotti posted a comment on discussion Help

    I am trying to get the LCD working on the DX4000 as well, but I have Ubuntu server running. I have the display working, ie. if dispalys the hello and exit information, but NOw I need to understand how to get it to display the information I want. I deally I want to use the up and down buttons, but have not got those working yet (at least as far as I can tell. I want it to show these screens (2 Line dispaly): Host name CPU load IP address /Status for ETH0 IP Address/Status for ETH1 Upload Transfer...

  • Norman Bos Norman Bos posted a comment on discussion Help

    I just got the above 16x2 VFD module off eBay and I got it working with my Raspberry Pi 3 LibreElec media center. The brief datasheet I found told me the correct pin connections (minus of course the two pins for LCD backlight) and since it says the VFD is HD44780 compatible I used that driver in the LCDd.conf. I tried using the NoritakeVFD driver but that did not give me any output on the VFD. The datasheet also mentions a 4 level brightness control (via software commands). What I want to achieve...

  • Brandon Shields Brandon Shields posted a comment on ticket #23

    A pull requres to github has been made (3 years later :-) ), This ticket can be closed.

  • Kaya Saman Kaya Saman posted a comment on discussion Help

    Looking at things a little deeper, the lcd4linux project (which seems to be abandoned now?) has a Newhaven driver for both RS232 and I2C: https://lcd4linux.bulix.org/wiki/Newhaven Connecting the display to my RS232 level shifter and then the UART ports on my pine64-LTS I do see characters appearing. Of course these are probably whatever the display can interpret from the TTY console output, as these are just a bunch of non-sensical random characters being displayed. From the documentation it looks...

  • Kaya Saman Kaya Saman posted a comment on discussion Help

    Hi, I am wondering if the Newhaven range of displays are supported? I've got 3 of these displays: https://www.newhavendisplay.com/nhd0220d3zflgbwv3-p-5742.html which support I2C, SPI and RS232. They are connected to Pine64-LTS boards through a TTL 3V -> RS232 level shifter, in RS232 mode. The tech specs for the display are here: http://www.newhavendisplay.com/specs/NHD-0220D3Z-FL-GBW-V3.pdf The displays themselves use a PIC16F690 controller: http://www.newhavendisplay.com/app_notes/PIC16F690.pdf...

  • James Tervit James Tervit posted a comment on discussion Help

    https://libreelec.wiki/lcdproc this is the closest I could find for the GPU, its an addon for XBMC or Kodi.

  • Matt Anderson Matt Anderson posted a comment on discussion Help

    I am trying to get my 4x20 display to show my CPU/GPU temp and usage. I can not for the life of me get it to work with lcdproc or lcd4linux. I was able to do it in LCDSmartie in windows, but now I am running linux. Amy ideas or help?

  • James Tervit James Tervit posted a comment on discussion Help

    Hi All, Does anyone have any code for LCD proc to link to a PC based cd player and have it display the usual cd functions?

  • James Tervit James Tervit posted a comment on discussion Help

    Hi All, I recently blought a Futaba MDM 166A VFd screen and got it working through the following repo, I hope it helps someone else. Giant thanks to seahawk1986!!!!! manually: sudo add-apt-repository -y ppa:seahawk1986-hotmail/lcdproc-futaba-mdm166a sudo apt-get update sudo apt-get -y install lcdproc zcat /usr/share/doc/lcdproc/LCDd.conf.gz | sed 's/^Driver=.*/Driver=mdm166a/' | sudo tee /etc/LCDd.conf sudo systemctl enable LCDd.service sudo systemctl start LCDd.service your LCDd should come alive...

  • Raz Black Raz Black posted a comment on discussion Help

    hello again, i have it working now with LCDproc in OPNsense.. works great. here are my files: LCDd.conf LCDd [server] DriverPath=/usr/local/lib/lcdproc/ Driver=hd44780 Bind=127.0.0.1 Port=13666 ReportLevel=5 ReportToSyslog=yes User=nobody Foreground=no Hello="--- OPNsense ---" Hello=" . " GoodBye=" System " GoodBye=" Shutdown " WaitTime=5 ServerScreen=no Backlight=on Heartbeat=off [menu] Hitachi HD44780 driver [hd44780] ConnectionType=winamp Port=0x378 bidirectional=yes Speed=0 Keypad=no Contrast=100...

  • Raz Black Raz Black posted a comment on discussion Help

    here are some details after installing OPNsense: ppc1: <parallel port=""> port 0x378-0x37f irq 5 on acpi0 ppc1: Generic chipset (NIBBLE-only) in COMPATIBLE mode ppbus0: <parallel bus="" port=""> on ppc1 lpt0: <printer> on ppbus0 lpt0: Interrupt-driven port ppi0: <parallel i="" o=""> on ppbus0 ppc0: cannot reserve I/O port range</parallel></printer></parallel></parallel> I've tried, /dev/lcd /dev/lpt0 /dev/cuau1 /dev/ppc1 and anything else i could think of.. but nothing, only able to get the LCD to...

  • Raz Black Raz Black modified a comment on discussion Help

    i know this is an old topic, but relevant to me here as I have a DX4000 now running IPFire and have been able to get atleast (for now) LCD4Linux to recognize the device. I am also interested in testing LDCproc, but will be doing that next. One thing to note about this LCD is that it is 'compatible' with the generic HD44780 and on the DX4000 it uses parallel port 0x378 I have not tested much yet.. i literally "just" got this working. you will need to add the parport device to the system by executing...

  • Raz Black Raz Black posted a comment on discussion Help

    i know this is an old topic, but relevant to me here as I have a DX4000 now running IPFire and have been able to get atleast (for now) LCD4Linux to recognize the device. I am also interested in testing LDCproc, but will be doing that next. One thing to note about this LCD is that it is 'compatible' with the generic HD44780 and on the DX4000 it uses parallel port 0x378 I have not tested much yet.. i literally "just" got this working. you will need to add the parport device to the system by executing...

  • MooCan MooCan posted a comment on discussion Help

    Hello, I trying to use an LCD from an old Netscaler 7000. References which are available on it : AMC1602AR-B-B12WTDW-SP03-S2 06256001018 The brand seems to be a OrientLCD AMC1602AR_B_B6WTDW Controller seems to be a S6A0069 and I have found on an LCDproc mailing list that it seems to be a hd44780 compatible device. It is a com2 device which is using 0x2F8. I configured the LCDd.conf to use the hd44780 drivers and made many tests, tested many ConnectionType or CharMap .... LCD is working but I only...

  • Chris Hogevonder Chris Hogevonder posted a comment on discussion Help

    I've just received a similar display, but in the size 20x4. With the driver from Piotr it works half... Online the top 2 lines show tekst, the bottom 2 stay blank. Since I have 0 experience with programming, some help is very, very welcome...

  • Christian F. Christian F. posted a comment on discussion Help

    Hello, is there anybody using the LCD Proc with the display of the Silverstone CW3? https://www.silverstonetek.com/product.php?pid=161&area=en Many thanks for your help. greetings Chris

  • Dante León Marín Carril Dante León Marín Carril posted a comment on discussion Help

    Well.. This is sad... :c Thanks for your advice.

  • Ethan Dicks Ethan Dicks modified a comment on discussion Help

    The driver isn't the issue, it's the connection back to the CPU. It's likely that's just an HD44780 under one of those epoxy bubbles. That's the driver you probably need. What you have to know is what I/O location in memory the ports are at, and what bits control which functions. Even more than that, the HD44780 can be talked to in 4-bit mode or 8-bit mode and you'd need to know that just to begin speaking to the LCD. In the case of attaching a raw HD44780-type 16x2 LCD, there are examples in the...

  • Ethan Dicks Ethan Dicks posted a comment on discussion Help

    The driver isn't the issue, it's the connection back to the CPU. It's likely that's just an HD44780 under one of those epoxy bubbles. That's the driver you probably need. What you have to know is what I/O location in memory the ports are at, and what bits control which functions. Even more than that, the HD44780 can be talked to in 4-bit more or 8-bit mode and you'd need to know that just to begin speaking to the LCD. In the case of attaching a raw HD44780-type 16x2 LCD, there are examples in the...

  • Dante León Marín Carril Dante León Marín Carril posted a comment on discussion Help

    Thank you for answering so fast. Do you think is a good idea to try different drivers until someone works? Which ones do you think it could be the best start to try them? Thank you again.

  • Ethan Dicks Ethan Dicks posted a comment on discussion Help

    That's an odd looking connector up there. From the view of the lit LCD and the part number, it's likely that the core LCD is some sort of 16x2 HD44780-based LCD module, but it looks tough to guess which lines at the connector might correspond to which standard HD447800 signals because the die is under an epoxy blob, not in a standard PLCC or QFP package that one might trace out. I won't say it's impossible to figure out but it looks quite difficult.

  • Dante León Marín Carril Dante León Marín Carril modified a comment on discussion Help

    Hello, I'm asking for help. I want to install this amazing driver, LCDproc to my NAS, using Rockstor (CentOS based). Could you help me, please? I have no experience on this issue. Here some pictures: The NAS itself: https://support.wdc.com/product.aspx?ID=1601&lang=en Thank you very much!

  • Dante León Marín Carril Dante León Marín Carril modified a comment on discussion Help

    Hello, I'm asking for help. I want to install this amazing driver, LCDproc to my NAS, using Rockstor (CentOS based). Could you help me, please? I have no experience on this issue. Here some pictures: Thank you very much!

  • Dante León Marín Carril Dante León Marín Carril posted a comment on discussion Help

    Hello, I'm asking for help. I want to install this amazing driver, LCDproc to my NAS, using Rockstor (CentOS based). Could you help me, please? I have no experience on this issue. Here some pictures:

  • Tim Wright Tim Wright posted a comment on discussion Help

    I am using a crystalfontz 633 with six keys. No where do I find how to use a keypress to do a function in an external program. I have built a client with several screens, added the up and down arrow keys exclusively to that client, but how do I read a keypress to allow my software to act on it. Specifically, I am using a python script to read and control an instance of VLC media player. I have title and artist info displaying on the screen, and would like to be able to use the up and down keys to...

  • karlklaustal karlklaustal posted a comment on discussion Help

    Hi, any chance of using serialVFD on Raspberry Pi? With HD44780 I have no luck of bringing anything on this display. Greetings Klaus

  • Chris Duffy Chris Duffy created ticket #7

    lcdproc on freebsd 10 does not work with CrystalFontz CFA635 anymore

  • Christoph Christoph posted a comment on discussion Help

    Hello! Could anybody post a working driver for a hd44780 display connected via gpio to a raspberry pi 1 rev 2? The driver I tried doesnt seem to work: BTW: is the correct ConnetionType "rpi" or "raspberrypi"? I found both on the web. And is the correct pin mapping "pin_D4=25" or "D4=25". Also found both on the web... Thanks!!

  • maihoaomv maihoaomv posted a comment on discussion Help

    I wrote an lcdproc client (in C) to drive a HD44780 character LCD over i2c on a raspberry pi3 as localhost. It works great mostly except for getting an ocassional SIGPIPE (closed socket). The SIGPIPE on the stand alone client process isn't any big deal. I can use systemctl to auto-restart it when it exits with SIGPIPE. What I want to do is use a named pipe to pass an integer variable from a seperate process to my client. The problem is that it also causes the the process to crash with a SIGPIPE when...

  • Bocaj Bocaj posted a comment on discussion Help

    Has anyone written a driver that would work with a GFC1602 LCD? I think the controller IC is a SPLC708D1-001A. I hope I didn' t post this in the wrong spot.

  • Klaus Jansen Klaus Jansen modified a comment on discussion Help

    Hallo i have Debian but Your cange dont Work can you send me the Config and the Driver Please because i have an Debian System and my LCD is only Blinking thanks for help. I Have changed in hdd44780.ext8bit.c those Lines define RS SEL define RW INIT define EN1 LF define BL STRB define LE SEL after Compiling i have now information on the Display but the Backlight gos shut off if i try the Test PRG from Lanner Backlicght is On and stays on after Start from LCDPROC Server Light gos off and stays Off...

  • Klaus Jansen Klaus Jansen posted a comment on discussion Help

    Hallo i have Debian but Your cange dont Work can you send me the Config and the Driver Please because i have an Debian System and my LCD is only Blinking thanks for help.

  • Stewart Putnam Stewart Putnam posted a comment on discussion Help

    Sorry to be so late. Your post is almost a year old. https://forum.crystalfontz....

  • Flavien Guillon Flavien Guillon created ticket #50

    LIS Driver Bug : One character missing on first line.

  • Antonio Petricca Antonio Petricca posted a comment on ticket #27

    My code is enough generic to use GPIO simply changing the connection name. I have...

  • Antonio Petricca Antonio Petricca posted a comment on ticket #27

    Thank you for your answer Harald, now I know the new GitHub project. :) I would like...

  • Harald Geyer Harald Geyer posted a comment on ticket #27

    lcdproc development has moved to gibhub: https://github.com/lcdproc/lcdproc However...

  • Antonio Petricca Antonio Petricca posted a comment on discussion Help

    I just wrote a new conectivity driver for C.H.I.P. board (http://getchip.com) based...

  • Antonio Petricca Antonio Petricca created ticket #27

    New driver for HD44780 + C.H.I.P.

  • Antonio Petricca Antonio Petricca posted a comment on ticket #6

    My driver is working!!! How can I submit it for the next LCDProc release?

  • Antonio Petricca Antonio Petricca posted a comment on ticket #6

    I just wrote a new connectivity module, but I cannot yet get it working (maybe a...

  • Antonio Petricca Antonio Petricca posted a comment on ticket #6

    Could I modify the HD44780 driver and let it consider C.H.I.P. as a Raspberry Pi...

  • Antonio Petricca Antonio Petricca created ticket #6

    HD44780 on C.H.I.P.

  • Eric Voisard Eric Voisard posted a comment on discussion Help

    I had a similar issue for -maxlength of alpha menu items which is limited to 10 chars...

  • graeme graeme posted a comment on discussion Help

    I have been trying to get the above display working for days now. I have managed...

  • Sam Bingner Sam Bingner posted a comment on ticket #18

    I think it looks like it is best to be a new device as this device has keys while...

  • Harald Geyer Harald Geyer posted a comment on ticket #47

    Thanks for the report, I just pushed a fix to github.

  • Sam Bingner Sam Bingner posted a comment on ticket #18

    I just went with a new driver since all the other drivers seemed to be per device....

  • Harald Geyer Harald Geyer posted a comment on ticket #48

    Thanks for the report, I just committed a fix locally. That I will push once testing...

  • Harald Geyer Harald Geyer posted a comment on ticket #49

    Actually I think it is quite reasonable for a driver to clear the screen upon initialization....

  • Harald Geyer Harald Geyer posted a comment on ticket #18

    Hi Sam, I'm sorry nobody cared about your code for such a long time. Nowadays development...

  • Harald Geyer Harald Geyer posted a comment on ticket #23

    Hi Brandon, lcdproc development moved to github. Please submit your patch at https://github.com/lcdproc/lcdproc/pulls...

  • sheeny sheeny created ticket #5

    16x2 i2c lcd on raspberry pi 2

  • Brunosso Brunosso posted a comment on discussion Help

    After hours spent to read line of code, and with help of the users infinity85 of...

  • Brunosso Brunosso posted a comment on discussion Help

    I try to compile the HD44780 driver on a ODROID C2 Ubuntu Mate 16.04 but i have many...

  • Niclas Wolniak Niclas Wolniak posted a comment on discussion Help

    Hi, im currently creating a menu, where a parameter should be adjustable via a slider....

  • Bengt Nilsson Bengt Nilsson posted a comment on discussion Help

    Since a few months, my IMonLCD backlight does not shut off at boot as I have set...

  • ilovezfs ilovezfs created ticket #26

    darwin: u_int not uint

  • Nils Gerke Nils Gerke posted a comment on discussion Help

    Hey guys, first thanks for programming LCDproc! I've got an Raspberry Pi 1 B Rev...

  • Tomasz Tomasz posted a comment on discussion Help

    Hello, I would ask for help in the configuration of the display Medion MD-8800 VFD...

  • Michelle Dupuis Michelle Dupuis posted a comment on discussion Help

    I'm planning to deploy LCDproc on CentOS 7 which uses systemd. Has anyone created...

  • Michelle Dupuis Michelle Dupuis posted a comment on ticket #49

    Is there a way to 'clear' the screen? (and command?)

  • Ethan Dicks Ethan Dicks modified ticket #49

    Screen not overwriting background

  • Ethan Dicks Ethan Dicks posted a comment on ticket #49

    LCDd only updates the portions of the screen that it has changed. It has no idea...

  • Michelle Dupuis Michelle Dupuis created ticket #49

    Screen not overwriting background

  • Michelle Dupuis Michelle Dupuis created ticket #48

    Backlight 'open' setting now working as expected

  • JHP JHP created ticket #4

    PFSense 2.3 CrystalFontz CFA-631 LCD

  • Michelle Dupuis Michelle Dupuis posted a comment on discussion Help

    THanks - so it looks like LCDproc will extend the graph above 1 character (for vbar)...

  • Martin Tharby Jones Martin Tharby Jones posted a comment on discussion Help

    The LCDd.8 man page states: hbar x y length Displays a horizontal bar starting at...

  • Michelle Dupuis Michelle Dupuis modified a comment on discussion Help

    I found an article online about someone controlling the add-on card of a CF-635 through...

  • Michelle Dupuis Michelle Dupuis posted a comment on discussion Help

    I found an article online about someone controlling the GPO (LED's) on the CF-635...

  • Michelle Dupuis Michelle Dupuis posted a comment on discussion Help

    I'm new to LCDproc and am designing my client code right now. Comparing various documentation...

  • Michelle Dupuis Michelle Dupuis modified a comment on discussion Help

    Can I make an VBar that is 1 character wide by 2 characters tall? Or do I manually...

  • Michelle Dupuis Michelle Dupuis posted a comment on discussion Help

    I'll start by saying new users could probably figure this out by digging into the...

  • Michelle Dupuis Michelle Dupuis posted a comment on discussion Help

    I just installed lcdproc onto Fedora 20 as an RPM. I noticed that the xosd.so is...

  • Lalyu Lalev Lalyu Lalev modified a comment on discussion Help

    Hi, Thanks for this modification, but could someone give some hint how to determinate...

  • Lalyu Lalev Lalyu Lalev posted a comment on discussion Help

    Hi, Thanks for this modification, but could someone give some hint how to determinate...

  • Brandon Shields Brandon Shields posted a comment on ticket #23

    Hi, I'm in no rush to get this patch merged in, but are you waiting for anything...

  • José Fernando Moraes José Fernando Moraes posted a comment on discussion Help

    It can include the HD44780 LCD display library in Ktechlab simulator?

  • Nick Nick modified a comment on discussion Help

  • Alex Scarbro Alex Scarbro modified a comment on discussion Help

    Here's the FTDI-MPSSE interface up and running with both the LCD and keypad attached....

  • Alex Scarbro Alex Scarbro posted a comment on discussion Help

    Here's the FTDI-MPSSE interface up and running with both the LCD and keypad attached....

  • Ethan Dicks Ethan Dicks posted a comment on ticket #18

    On Mon, Jan 4, 2016 at 2:36 AM, Sam Bingner sbingner@users.sf.net wrote: WOW, over...

  • Sam Bingner Sam Bingner posted a comment on ticket #18

    WOW, over 2 years and nobody has taken the time to commit this?

  • MTZ MTZ posted a comment on ticket #18

    Hi! Just wanted to report that I applied the patch to the latest 0.5dev and it's...

  • Mike Goins Mike Goins created ticket #47

    lcdexec switch case

  • Nick Nick modified a comment on discussion Help

    I've been looking around the web a few days trying to get ax89063 lcd working. Its...

  • Nick Nick modified a comment on discussion Help

    I've been looking around the web a few days trying to get ax89063 lcd working. Its...

  • Nick Nick modified a comment on discussion Help

    I've been looking around the web a few days trying to get ax89063 lcd working. Its...

  • Nick Nick posted a comment on discussion Help

    I've been looking around the web a few days trying to get ax89063 lcd working. Its...

  • Martin Tharby Jones Martin Tharby Jones created ticket #25

    picolcd documentation update

  • MTZ MTZ posted a comment on discussion Help

    I don't know enough C and Linux to be of help with the driver and I barely get myself...

  • Ethan Dicks Ethan Dicks posted a comment on discussion Help

    On Mon, Dec 7, 2015 at 4:09 AM, MTZ mtz_ro_2003@users.sf.net wrote: Hello I'm interested...

  • MTZ MTZ posted a comment on ticket #18

    Yes, the Qnap can run LCDd. As a matter of fact, using rawserial driver, I was able...

  • MTZ MTZ posted a comment on discussion Help

    Hello I'm interested in running LCDproc on a Qnap NAS to make use of the display....

  • Alex Scarbro Alex Scarbro posted a comment on discussion Help

    Great, thanks Ethan. if you're happy with how the FTDI MPSSE driver integrates with...

1 >