QWIIC OLED 1.3 FONTS

The example fonts:

#include <res/qw_fnt_5x7.h>

#include <res/qw_fnt_8x16.h>

#include <res/qw_fnt_31x48.h>

#include <res/qw_fnt_7segment.h>

#include <res/qw_fnt_largenum.h>

do not show numbers for the 31X48 and the largenum and 7segment do not display text. Are there more font libraries available that will provide more font selections?

Where are the example libraries located ; ie where can I vew;

#include <res/qw_fnt_5x7.h>

#include <res/qw_fnt_8x16.h>

#include <res/qw_fnt_31x48.h>

#include <res/qw_fnt_7segment.h>

#include <res/qw_fnt_largenum.h>

Bill

the files are in the ‘res’ folder, which can be found in the Qwiic-oled-arduino library ‘src’ folder.

I am following the tutorial on “Creating Fonts for MicroView”. I get to the section where it says “Adding the Font Source File to MicroView Library”. There is no MicroView library in the “Sparkfun_Qwiic_OLED_Arduino_Library” which is the library used for the SPARKFUN 1.3 OLED PART# LCD-23453. Where do I add the new Font file.

Do you have a updated Tutorial for the 1.3 Olerd?