WiFi Connect  Version 1.0
WiFi connection manager for ESP32 and ESP8266 including OLED support
Macros | Variables
Roboto_Font.h File Reference
#include <Arduino.h>

Go to the source code of this file.

Macros

#define OLEDDISPLAYFONTS_h
 Stops inclusion of default fonts to dave memory.
 
#define OLEDDISPLAY_DEFAULTFONT   Roboto_10
 Tells custom OLEDDisplay to use our Roboto_10 by default.
 
#define robo_24   true
 Roboto 24px font.
 
#define robo_16   true
 Roboto 16px font.
 
#define robo_14   false
 Roboto 14px font.
 
#define robo_12   true
 Roboto 12px font.
 
#define robo_10   true
 Roboto 10px font, Remember to include if Use_Roboto_10_as_Default == true.
 
#define robo_8   false
 Roboto 8px font.
 
#define robo24
 Compile constant to stop multiple inclusions.
 
#define robo8
 Compile constant to stop multiple inclusions.
 
#define robo10
 Compile constant to stop multiple inclusions.
 
#define robo12
 Compile constant to stop multiple inclusions.
 
#define robo14
 Compile constant to stop multiple inclusions.
 
#define robo16
 Compile constant to stop multiple inclusions.
 

Variables

const uint8_t Roboto_24 [] PROGMEM
 Font defination for Roboto 24px. More...
 

Detailed Description

This is a custom font file for use with OLED displays using a SSD1306 library. I have added compile time toggles so that you can choose only the sizes used in code to save memory. The font definitions were generated using the online tool http://oleddisplay.squix.ch/

note: Remove #define OLEDDISPLAYFONTS_h if not using customised OLEDDisplay I'm using a customised version of ESP8266_SSD1306 version 4 available here https://github.com/smurf0969 The origional version is available at https://github.com/squix78/esp8266-oled-ssd1306.git

Written by Stuart Blair

GNU General Public License v3.0 licence, all text here must be included in any redistribution and you should receive a copy of the license file.

Variable Documentation

◆ PROGMEM

const uint8_t Roboto_16 [] PROGMEM

Font defination for Roboto 24px.

Font defination for Roboto 16px.

Font defination for Roboto 14px.

Font defination for Roboto 12px.

Font defination for Roboto 10px, ideal default font.

Font defination for Roboto 8px.