How do I do this in LCDC?
Posted: Thu Apr 12, 2007 10:13 pm
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]? ?]
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]? ?]