This is a very simple guide, reviewing the steps required to get Blinky working on an Mbed OS platform.

Dependencies:   RemoteIR

Adafruit_SSD1306/Adafruit_GFX_Config.h

Committer:
sb8718
Date:
2020-06-02
Revision:
142:cb9e8d32d1b9
Parent:
136:53a83b91854c

File content as of revision 142:cb9e8d32d1b9:

#ifndef _ADAFRUIT_GFX_CONFIG_H_
#define _ADAFRUIT_GFX_CONFIG_H_

// Uncomment this to turn off the builtin splash
//#define NO_SPLASH_ADAFRUIT

// Uncomment this to enable all functionality
#define GFX_WANT_ABSTRACTS

// Uncomment this to enable only runtime font scaling, without all the rest of the Abstracts
#define GFX_SIZEABLE_TEXT


#endif