I've been wondering why Seetron LCD modules have not been added to Smartie's core program. If a user wanted to use Smartie with a Seetron module, they have to add an experimental section to the config file. Most of the comands for Seetron modules are the same for all of their models.
But there are some features that cannot be added to the config file. One is the backlight on and off feature. If it is not too much of a hastle Limbo, I think adding it would be very helpful for future users. Seetron is a good company that makes serial LCDs.
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
Add Seetron module support in core program
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351
-
- Posts: 15
- Joined: January 11th, 2006, 5:29 am
- Location: Seattle, WA
- Contact:
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
-
- Developer
- Posts: 233
- Joined: February 17th, 2006, 3:23 pm
- Location: Twin Cities, Minnesota, USA
- Contact:
naps,
Do you have one of these displays?
Do you have a digital camera?
Are you willing to do some testing?
LCD Smartie is moving to a plugin system for displays, which makes adding displays very easy (just write a simple DLL to translate the commands for the specific display). I have the code up and running on my machine, as do several other people, and it's stable. If you're interested in doing a little testing, I'd be happy to code the DLL for you.
-Mike
Do you have one of these displays?
Do you have a digital camera?
Are you willing to do some testing?
LCD Smartie is moving to a plugin system for displays, which makes adding displays very easy (just write a simple DLL to translate the commands for the specific display). I have the code up and running on my machine, as do several other people, and it's stable. If you're interested in doing a little testing, I'd be happy to code the DLL for you.
-Mike
-
- Developer
- Posts: 233
- Joined: February 17th, 2006, 3:23 pm
- Location: Twin Cities, Minnesota, USA
- Contact:
-
- Forum Supporter
- Posts: 590
- Joined: March 8th, 2006, 1:58 pm
- Location: Scotland
Somewhere I have code to emulate the SEEtron backpack in a PIC16F84 with a 16x2 LCD - that's what I had before I developed the MO-compatible backpack.
IIRC the backpack simply passes commands "verbatim" to the LCD, using 254 as the command indicator. I don't think there's any provision for backlight control.
I can revive it if you're stuck for folks to test the SEEtron functionality in Smartie.
Matt.
IIRC the backpack simply passes commands "verbatim" to the LCD, using 254 as the command indicator. I don't think there's any provision for backlight control.
I can revive it if you're stuck for folks to test the SEEtron functionality in Smartie.
Matt.