PololuOLED library
Variables
PololuOLEDHelpers.h File Reference
#include <Arduino.h>

Go to the source code of this file.

Variables

const PROGMEM uint8_t pololuOledFont [][5]
 This array defines the appearance of characters 32 through 255. More...
 

Variable Documentation

◆ pololuOledFont

const PROGMEM uint8_t pololuOledFont[][5]
extern

This array defines the appearance of characters 32 through 255.

It is defined using the "weak" attribute, which means you can supply a definition in your own program if you want to override the default font.