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

Custom Display Driver...

Discussion about LCD's and other related hardware

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

Post Reply
LeoL
Posts: 5
Joined: December 6th, 2007, 11:13 pm

Custom Display Driver...

Post by LeoL »

I was in the process of writing my own utility to show winamp info on a custom USB LCD I've developed when I found this place. Fantastic utility! Looks like it supports everything I need and way more.

So I'm looking for info on how to create a custom display driver for my LCD.

I downloaded the plugin source but realized it's not for writing a display driver. Source code seems to be "pending". Bad timing I guess. :cry:

Can anyone help in the mean time?
rfryar
Posts: 36
Joined: July 17th, 2007, 2:12 pm
Contact:

Post by rfryar »

What language were you planning on using for your custom driver? If you want to use C++ a nice framework has been posted here.

I have written a few specific display drivers so if you have any questions feel free to ping me.

Rick
LeoL
Posts: 5
Joined: December 6th, 2007, 11:13 pm

Post by LeoL »

Thanks Rick. I use VS6 C++ so that framework is exactly what I needed.
mattcro
Forum Supporter
Posts: 590
Joined: March 8th, 2006, 1:58 pm
Location: Scotland

Post by mattcro »

You can get some more idea for display drivers from my driver based on the same framework. See this thread: http://forums.lcdsmartie.org/viewtopic.php?t=1472
Post Reply