Hi
Throughout my code i have been drawing ints and strings on the lcd display like the following:
LCD.drawInt(Number, 1, 6);
LCD.drawString("Hello", 1, 2);
but i cant for the life of me work out how to draw a boolean value. My boolean value is called decision. I have tried using Char with no luck.
LCD.drawChar(decision, 1, 2);
Any Ideas?
Many Thanks
