Answer: For graphic displays that do not support character mode, a 2-dimensional array can be used to define and draw character data.
- 2-D Array Declaration
- One of our graphic OLED example programs creates a simple 2-D Array to hold a few ASCII characters and a function to print a character to the screen.