I'm looking for a simple way to show battery power and you guys seem to be good at the LCD stuff.
I'm using a sparkfun serial LCD and would like to show the battery life as a bar (one block on the LCD) where a dead battery will have one horizontal bar in a block (an underline cursor, I guess) and a full battery would be a full block (like a non-blinking box cursor). Is there an easy way to get this done? I know that the serial LCDs are a bit different with the code (I am not using a library).
I totally don't get how to do this with a serial LCD... I'm not declaring an lcd or using the lcd library therefore, the lcd.createChar(0, newChar); does not work...
edit after reading through some much older posts... It looks as if the serial LCDs requires you to write special characters to it and you only have room for 8 custom characters. It appears to be much more work than its worth.
@ Simpson_Jr: you'll have to read a bit more on Character creating. watch this link, It might help: http://icontexto.com/charactercreator/. Mind you, you can only have 8 of those at once on the LCD screen.
@liudr: you want to see a fist fly? watch this, it's even better.