displaying bitmaps on 16x2 lcd ?
hello guys i wondering if can display bitmap array : code: [select] 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, 0xee, 0xff, 0x7f, 0xdf, 0xfb, 0x6f, 0xfd, 0x9f, 0xef, 0xfb, 0x7e, 0xaf, 0xdd, 0xef, 0xe7, 0xfd, 0x77, 0xf6, 0xdb, 0xf4, 0xa2, 0xd6, 0xe8, 0xa4, 0x60, 0x48, 0x80, 0x40, 0x40, 0x80, 0x00, 0x80, 0x80, 0x00, 0x80, 0x00, 0x00, 0x01, 0x03, 0x06, 0x07, 0x0f, 0x0e, 0x1f, 0x1f, 0x3e, 0xfb, 0xff, 0xb7, 0xfe, 0xff, 0x77, 0xfe, 0xff, 0xdb, 0xff, 0xef, 0x7d, 0xff, 0xef, 0x7b, 0xff, 0xfe, 0x6f, 0xff, 0xfe, 0xf7, 0xff, 0xbf, 0xff, 0xfd, 0xff, 0xff, on 16x2 lcd , the think saw online using : byte image[] = 8 bit 0x7f, 0xfc, 0xff, 0xfd, 0x7f, 0xec, 0x80, 0xff, not multidimential array , help? quote i wondering if can display bitmap array : no. put numbers in array in program memory. either in 1d or 2d array, , transfer display. Arduino Forum > Using Arduino > Project...