print string to lcd without lcd library with 4 bit bus?

High nibble:

n = b>>4;

Low nibble:

n = b & 0x0F;