Place your requests for plugins here
Moderators: _X7JAY7X_ , caesar , IFR , mattcro , limbo
s3cur17y
Posts: 11 Joined: February 2nd, 2006, 10:01 pm
Location: Catawba, Ohio
Contact:
Post
by s3cur17y » February 6th, 2007, 7:21 pm
Hi,
Currently I am using the winamp plugin to see the spectum on my VFD. I was wondering if it would be possible to make it so that the CrystalFont displays have a full size gapless spectrum...
example
Code: Select all
$dll(winamp,1,2x16,u#101)
$dll(winamp,2,2x16,u#101)
HartleyC
Posts: 6 Joined: January 28th, 2007, 9:02 pm
Location: London
Post
by HartleyC » February 10th, 2007, 6:50 pm
s3cur17y wrote:
example
Code: Select all
$dll(winamp,1,2x16,u#101)
$dll(winamp,2,2x16,u#101)
Hi, looks like you're trying to use a tiny graph style (101) but these have a max width of 8 characters (you've specified 16). Try:
$dll(winamp,1,2x16,u#2)
$dll(winamp,2,0,0)
If all else fails, there's a lot of good info at:
http://lcdsmartie.sourceforge.net/winampplugin.html