LCD Custom panel


#1

Hi!
Help me, please! How to convert the set of bits received from the panel into an array for the LCD symbol at the compiler level?

there is
cod: lcd.createChar(/{charlock}/, /{byte1}/)
image
lcd.createChar(0, 0011000001001000001001000100100000110000)

must be:
lcd.createChar(0, [B00110,B00001,B00100,B00010,B01000,B10010,B00001,B10000])