I just got a Matrix Orbital display and I need some help with LCDC...
I'm trying to make a volume screen that uses the bars_vertical character set. What I want to have happen is simply this: As you increase the volume, it adds the next custom character to the bar.
Does anybody have an idea how to do this?
Thanks.
UPDATE: Nevermind, I got help from someone on LCDC forums. For anyone interested the solution code is this:
[?[#$MULVolLTT]=>1?[#$CC0]? ?][?[#$MULVolLTT]=>13?[#$CC1]? ?][?[#$MULVolLTT]=>26?[#$CC2]? ?][?[#$MULVolLTT]=>39?[#$CC3]? ?][?[#$MULVolLTT]=>52?[#$CC4]? ?][?[#$MULVolLTT]=>65?[#$CC5]? ?][?[#$MULVolLTT]=>78?[#$CC6]? ?][?[#$MULVolLTT]=>91?[#$CC7]? ?]
How do I do this in LCDC?
-
- LCD!
- Posts: 19
- Joined: Thu Apr 12, 2007 10:03 pm
How do I do this in LCDC?
- Attachments
-
- When the volume is all the way down I want this:
- screenshot004.gif (667 Bytes) Viewed 4358 times
-
- When it is up all the way I want to see this:
- screenshot003.gif (768 Bytes) Viewed 4358 times