Hello there.
Is there any way I can get a play/pause/stop character to display on my LCD. I've currently got a search and replace pugin to change the status of winamp from, say "playing" to "pa" so it can show next to a tiny vis and counter. If possible though I'd like to change it from text to a little symbol.
Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
Play character in display
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351
-
- Plugin Author
- Posts: 201
- Joined: April 6th, 2005, 12:59 am
- Location: Canada
- Contact:
-
- Plugin Author
- Posts: 201
- Joined: April 6th, 2005, 12:59 am
- Location: Canada
- Contact:
-
- Posts: 11
- Joined: February 12th, 2006, 7:56 pm
Sorted it out now.
The Winamp vis plugin was using all the custom characters so I now have that set to 7 wide instead and then found out I need to use the $Chr() function to actually display the character so the replace function now changes custom character 8 to the desired one and then display $Chr(263) at the end of the line.
Thanks for all the help
The Winamp vis plugin was using all the custom characters so I now have that set to 7 wide instead and then found out I need to use the $Chr() function to actually display the character so the replace function now changes custom character 8 to the desired one and then display $Chr(263) at the end of the line.
Thanks for all the help
