Esempio n. 1
0
static void lcdDefineChars(void)
{
  for (unsigned char i=0; i<8; ++i)
    lcd.createChar_P(i, BIG_CHAR_PARTS + (i * 8));
}