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

Re: Winamp Spectrum Analyzer Plugin

Discuss anything to do with plugins

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
lin

Re: Winamp Spectrum Analyzer Plugin

Post by lin »

Can you to change the custom characters?this works by using CustomChar(1,31,31,31,31,31,31,31,31), in this example we change customchar 1 (first number).there are 8 custom chars, so you can use 1 to 8.the following 8 numbers are the rows of a character.
from
for 1 use $Chr(176)
for 2 use $Chr(158)
for 3 use $Chr(131)
for 4 use $Chr(132)
for 5 use $Chr(133)
for 6 use $Chr(134)
for 7 use $Chr(135)
for 8 use $Chr(136)

to use the characters:
for 1 use $Chr(1)
for 2 use $Chr(2)
for 3 use $Chr(3)
for 4 use $Chr(4)
for 5 use $Chr(5)
for 6 use $Chr(6)
for 7 use $Chr(7)
for 8 use $Chr(8)
because 176 is MSB for Chinese


Last bumped by Anonymous on June 9th, 2018, 4:24 am.

Post Reply