-
Currently some drivers use libusb-1.0 and some use libusb-0.1 which isn't supported anymore. If drivers aren't ported to the new API, they can't be enabled by distributions like debian and OpenWRT soo…
-
The ```lcdproc/clients/lcdexec/lcdexec-setup``` script still uses the old kdb commands for setting and getting of meta keys (which changed in ElektraInitiative/libelektra#3023). Therefore, the script …
-
The title says it all. The CD5220 driver seems to redraw the whole screen every frame, so the display is very stuttery. Possibly it's needed to calculate the difference between frames and upload just …
-
Are there any plans for a new release?
-
Trying to get the LCDProc patch working for my PiFace Control and Display board in Raspbmc. I followed the directions on the patch page , and was able to apply the patch successfully to LCDProc and t…
-
It would be awesome if the Drivers `set_char` and maybe `get_free_char` would be exposed over the socket connection so clients could use custom characters.
I realize that this defeats the abstracti…
-
[Lines 316 to 318](https://github.com/tompreston/pifacecad-lcdproc/blob/master/lcdproc/server/drivers/hd44780-pifacecad.c#L316+L318) are currently:
```
mcp23s17_write_reg(p, IOCON, ioconfig);
mcp23s1…
-
Hello,
My apologies in advance for posting that here, but there is currently no luma.vfd ; luma.core seems to be the closest in the absence of as some kind of parent or umbrella project.
How wou…
-
Hi there, thanks for taking the time to update LCD Smartie!
I am trying to get a HD44780 compatible LCD working over serial with LCD Smartie and your version appears to have a serial driver for this…
-
The issue will track work involved to allow screens larger than the physical display.
**20191104** - I'm narrowing down on two data types. One to describe the location and size of a widget and anot…