LCD Characters

you can download the whole file(ino) here

Download big-Head

Download Chess board1

Download chessBoard2

Download circle

Download minimac

Download pipe

Download rectangle

Download square

Download Square wave

Download tree

Download triangle

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 };                                                                                                                                          
DIAMAND



          
byte customChar[] = {
  B00000,
  B00100,
  B01110,
  B11111,
  B01110,
  B00100,
  B00000,
  B00000
};

Comments

Popular posts from this blog

How to connect Bluetooth controller to motor driver?

Bluetooth controlled 16*2 LCD display with Arduino