Anobium - 2017-09-30

I have updated the ILI9341 GLCD library with OLED Fonts.

This is a device specfic update and now you can use the optional OLED font set. Simply add the following to you program to enable the optional font sets.

#define GLCD_OLED_FONT

The GLCDfntDefaultsize can be set to 1 or 2 only.

GLCDfntDefaultsize= 1. A small 8 height pixel font with variable width.
GLCDfntDefaultsize= 2. A larger 10 width * 16 height pixel font.

There is a pre-requisite of v0.98.00 or greater for this library.

Enjoy