Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
Writing to display
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo
-
- Posts: 32
- Joined: February 26th, 2005, 7:03 pm
Writing to display
Well I've got the demo plugin working, now something a bit more advanced ...
How do I output to multiple lines on the display ?
How do I output to multiple lines on the display ?
-
- Posts: 32
- Joined: February 26th, 2005, 7:03 pm
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
-
- Posts: 32
- Joined: February 26th, 2005, 7:03 pm
Thanks limbo. Just after posting that message I suddenly realised it
I'm just working out what I can do in plugins. Is there a good example plugin that does something a bit more useful than the demo ones ? I want to make sure anything I write is up to the usual standards. Are there any tricks you tend to use, such as threading, or anything else ?

I'm just working out what I can do in plugins. Is there a good example plugin that does something a bit more useful than the demo ones ? I want to make sure anything I write is up to the usual standards. Are there any tricks you tend to use, such as threading, or anything else ?
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
-
- Site Admin
- Posts: 104
- Joined: February 13th, 2005, 5:09 pm
- Location: UK
- Contact:
-
- Posts: 32
- Joined: February 26th, 2005, 7:03 pm
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
I think it's possible to write a plugin to interact with any program...
This needs programming expierience....
However you cannot control the screens of LCD smartie through plugin's functions. Plug-is returning only string type data to LCD smartie.
In other hand you can develop a plugin that returns various strings depending on the received data or status of the application interacting with { a very simple example for this is my warnif plugin }.
This needs programming expierience....

However you cannot control the screens of LCD smartie through plugin's functions. Plug-is returning only string type data to LCD smartie.
In other hand you can develop a plugin that returns various strings depending on the received data or status of the application interacting with { a very simple example for this is my warnif plugin }.
-
- Posts: 32
- Joined: February 26th, 2005, 7:03 pm
So this isn't really going to be able to do what I want. It looks like I'll have to stic with jaLCD which can be controlled from the plugin. It's a shame because I know the LCDSmartie already works with so many displays.
My only other option is to write a direct interface so that I output direct to the LCD. Is there an easy way to do this in a way that is compatible with many LCD devices ?
My only other option is to write a direct interface so that I output direct to the LCD. Is there an easy way to do this in a way that is compatible with many LCD devices ?