Please I'm caught on locating a way the way to write into my complete photo liquid crystal display with arabic characters or a way to encompass the ascii arabic code! Need to I really claim a (const char *) and write into it anything I want or a way to continue. I tried this way to draw some thing character I need however it didn't work byte customChar[8] = { 0b00000, 0b01010, 0b11111, 0b11111, 0b01110, 0b00100, 0b00000, 0b00000 }
0 Replies