General discussion about LCD Smartie.
Moderators: _X7JAY7X_ , caesar , IFR , mattcro , limbo , Fast351
Rafael
Plugin Author
Posts: 71 Joined: November 22nd, 2005, 7:12 pm
Location: Curitiba, Paran?, Brazil
Post
by Rafael » April 24th, 2006, 7:00 pm
Hi There!
Is there a demo to write a driver plugin?
Fast351
Developer
Posts: 233 Joined: February 17th, 2006, 3:23 pm
Location: Twin Cities, Minnesota, USA
Contact:
Post
by Fast351 » April 24th, 2006, 8:15 pm
As in a display driver for the new DLL display framework?
So far all the drivers have been written in Delphi, but it would be trivial to convert the framework to a C/C++ DLL.
Or are you talking about plugin DLLs? If so, there are examples in most languages on how to do that.
Rafael
Plugin Author
Posts: 71 Joined: November 22nd, 2005, 7:12 pm
Location: Curitiba, Paran?, Brazil
Post
by Rafael » April 27th, 2006, 9:18 pm
yes, for display driver!! like we have with plugins...
fering3
Posts: 1 Joined: June 9th, 2006, 7:15 pm
Post
by fering3 » June 9th, 2006, 7:17 pm
I would also like to see the display driver demo if possible.
Smayds
Posts: 2 Joined: June 13th, 2006, 9:51 am
Post
by Smayds » June 13th, 2006, 10:07 am
I wouldn't mind a helping hand here either. I've come up with a cheapie USB->44780 interface using an off-the-shelf microcontroller and
a very smart software USB implementation , and I'd like to be able to write a display DLL for it so I can use it from LCD Smartie, no sense me reinventing the wheel and writing a controller.
I use Delphi so there'd be no need for any nasty C++ conversion