Sure Electronics new 32x16 bi-color display: 3216 RG -Cont. from read only forum

Take a look at this post:

At the bottom, there is an example on how to define bigger (than 8x8) bitmaps.
Use the same method to define your big font.
Instead of

uint16_t PROGMEM bitmap[7][14]

you will have

uint16_t PROGMEM bitmap[number_of_characters_in_the_set][16]