How to print the other position custom char outputting the value as a function.


hi! writing code print other position custom char value function. code.
code: [select]
byte a_1[8] = {
  b00000,
  b00010,
  b11010,
  b01010,
  b01011,
  b01010,
  b00010,
  b00010,
                  };
  lcd.createchar(n, a_1);
  lcd.begin(16, 2);
  lcd.write(byte(n));

value 'n' set custom char position.
but, couldn't print other position custom char value function.
how print other position custom char value function.

quote
but, couldn't print other position custom char value function.
how print other position custom char value function.
i'm sure fine folks @ http://snippets-r-us.com you.


Arduino Forum > Using Arduino > Programming Questions > How to print the other position custom char outputting the value as a function.


arduino

Comments