LCD Characters
you can download the whole file(ino) here
You can also copy the the character codes without full file
TOWER
byte customChar[] = {
B00000,
B00100,
B01110,
B11111,
B11111,
B11111,
B11111,
B11111};
---------------------------------------------------------------------------------------------------------------------------
HAMMER
byte customChar[] = {
B10001,
B11111,
B11111,
B10101,
B00100,
B00100,
B00100,
B00100 }; byte customChar[] = {
B00000,
B00100,
B01110,
B11111,
B01110,
B00100,
B00000,
B00000
};


Comments
Post a Comment