Giter Site home page Giter Site logo

lcdapi's People

Contributors

circpeoria avatar maximus5684 avatar spdawson avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

lcdapi's Issues

dcop: not found

Running on raspberry pi 3 on the newest jessie version.

[New Thread 0x762ff450 (LWP 4278)]
97 screen1.setBackLight(LCD_BACKLIGHT_ON);
(gdb) n
sh: 1: dcop: not found
sh: 1: dcop: not found
sh: 1: dcop: not found
sh: 1: dcop: not found
[New Thread 0x758ff450 (LWP 4297)]
__GI___nptl_create_event () at events.c:25
25 events.c: file or directory not found.
(gdb)

Edit: I found the Problem. Noatun isn't install on raspbian and the function LCDKdeMultimediaSensor can't access to the Noatun programm.

Client backlight

Hello,

I would like to set the clients backlight instead of the screen's. But there is no method for that in the LCDClient class.

Excerpt from LCDproc Developer's Guide:

Miscellaneous

backlight { on | off | toggle | blink | flash }

Sets the client's backlight state.

Thanks in advance!

Marquee direction for scrollers, continuous scrolling feature

I missed the continuous scrolling feature, so I modified your source:

diff --git a/lcdapi/api/LCDWidget.h b/lcdapi/api/LCDWidget.h
index db97d8f..e2087ac 100644
--- a/lcdapi/api/LCDWidget.h
+++ b/lcdapi/api/LCDWidget.h
@@ -52,7 +52,8 @@ class LCDWidget : public LCDElement
   enum Direction
   {
     Horizontal = 'h',
-    Vertical = 'v'
+    Vertical = 'v',
+    Marquee = 'm'
   };
   /**
    * \brief A list of parameters for set method.

I think something like that should be implemented. Thanks in advance!

LCD_SOCKET_NOT_SUPPORTED

Hi, i'm trying to setup an audio player using your lcdapi to interface with a HD47780 4X20 LCD on PicorePlayer with LCDd.
No problem at all with picorePlayer V6.0.
With picorePlayer 7 i received: [ERROR] LCDd communication problem: LCD Error : Network type not supported
LCDd is correctly running and i can see startup message on LCD.
thank you
Emanuele

Qt wrapper

I'm not sure if this would be better as a fork, or a conditional compile, but adding Qt5 support would be really nice. Use of the Qt event loop (instead of sleep), using signals for key arrival, using the network library of Qt would all make this a lot more friend for users coming form the Qt/C++ world. Just a suggestion - but nice project!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.