#include <LiquidCrystal_I2C.h>

// Initialize the LCD at address 0x27 for a 16 characters and 2 lines display
LiquidCrystal_I2C lcd(0x27, 16, 2);

void setup() {
byte name0x0[] = { B10101, B01010, B10101, B01010, B10101, B01010, B10101, B01010 };



  lcd.print( B10101, B01010, B10101, B01010, B10101, B01010, B10101, B01010 );
}

void loop() {

}