Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

How to call the Display Driver Plugins?

General discussion about LCD Smartie.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351

Post Reply
Nachtwind
Posts: 4
Joined: July 21st, 2008, 9:29 pm

How to call the Display Driver Plugins?

Post by Nachtwind »

Hi!

I was just wondering while i was browsing the CVS Source how the display drivers were called... somehow i cant find the place or the call itself (I'm not experienced with Delphi - i am a C#-guy ;0))

May someone give me some hint?

Thanks in advance!
caesar
Forum Supporter
Posts: 734
Joined: October 15th, 2005, 10:39 am
Location: Romania
Contact:

Post by caesar »

So let me understand it, you are trying to make a display plugin or change the Smartie source?
For the display plugin it is of more interest how to answer the calls in the dll and send the data received to the display. It is just a simple matter of exporting some functions.
Please provide more details and I'll do my best to get you started!
Nachtwind
Posts: 4
Joined: July 21st, 2008, 9:29 pm

Post by Nachtwind »

i'm trying to understand how LCDSmarty works ;0)
caesar
Forum Supporter
Posts: 734
Joined: October 15th, 2005, 10:39 am
Location: Romania
Contact:

Post by caesar »

Then you may want to look at lcdline.pas ;)
Post Reply