Skip to content

Commit

Permalink
Fix missing imports in font files for PlatformIO (#423)
Browse files Browse the repository at this point in the history
* Fix missing imports in font files for PlatformIO

Fixes #416

* Add #pragma once

* Run clang-format
  • Loading branch information
MarcelRobitaille authored Jun 16, 2023
1 parent 2b3e458 commit 15ebe11
Show file tree
Hide file tree
Showing 52 changed files with 156 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Fonts/FreeMono12pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeMono12pt7bBitmaps[] PROGMEM = {
0x49, 0x24, 0x92, 0x48, 0x01, 0xF8, 0xE7, 0xE7, 0x67, 0x42, 0x42, 0x42,
0x42, 0x09, 0x02, 0x41, 0x10, 0x44, 0x11, 0x1F, 0xF1, 0x10, 0x4C, 0x12,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeMono18pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeMono18pt7bBitmaps[] PROGMEM = {
0x27, 0x77, 0x77, 0x77, 0x77, 0x22, 0x22, 0x20, 0x00, 0x6F, 0xF6, 0xF1,
0xFE, 0x3F, 0xC7, 0xF8, 0xFF, 0x1E, 0xC3, 0x98, 0x33, 0x06, 0x60, 0xCC,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeMono24pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeMono24pt7bBitmaps[] PROGMEM = {
0x73, 0x9C, 0xE7, 0x39, 0xCE, 0x73, 0x9C, 0xE7, 0x10, 0x84, 0x21, 0x08,
0x00, 0x00, 0x00, 0x03, 0xBF, 0xFF, 0xB8, 0xFE, 0x7F, 0x7C, 0x3E, 0x7C,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeMono9pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeMono9pt7bBitmaps[] PROGMEM = {
0xAA, 0xA8, 0x0C, 0xED, 0x24, 0x92, 0x48, 0x24, 0x48, 0x91, 0x2F, 0xE4,
0x89, 0x7F, 0x28, 0x51, 0x22, 0x40, 0x08, 0x3E, 0x62, 0x40, 0x30, 0x0E,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeMonoBold12pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeMonoBold12pt7bBitmaps[] PROGMEM = {
0xFF, 0xFF, 0xFF, 0xF6, 0x66, 0x60, 0x6F, 0x60, 0xE7, 0xE7, 0x62, 0x42,
0x42, 0x42, 0x42, 0x11, 0x87, 0x30, 0xC6, 0x18, 0xC3, 0x31, 0xFF, 0xFF,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeMonoBold18pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeMonoBold18pt7bBitmaps[] PROGMEM = {
0x77, 0xFF, 0xFF, 0xFF, 0xFF, 0xFB, 0x9C, 0xE7, 0x39, 0xC4, 0x03, 0xBF,
0xFF, 0xB8, 0xF1, 0xFE, 0x3F, 0xC7, 0xF8, 0xFF, 0x1E, 0xC1, 0x98, 0x33,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeMonoBold24pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeMonoBold24pt7bBitmaps[] PROGMEM = {
0x38, 0xFB, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFD, 0xF3, 0xE7, 0xCF,
0x9F, 0x3E, 0x7C, 0xF9, 0xF3, 0xE3, 0x82, 0x00, 0x00, 0x00, 0x71, 0xF7,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeMonoBold9pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeMonoBold9pt7bBitmaps[] PROGMEM = {
0xFF, 0xFF, 0xD2, 0x1F, 0x80, 0xEC, 0x89, 0x12, 0x24, 0x40, 0x36, 0x36,
0x36, 0x7F, 0x7F, 0x36, 0xFF, 0xFF, 0x3C, 0x3C, 0x3C, 0x00, 0x18, 0xFF,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeMonoBoldOblique12pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeMonoBoldOblique12pt7bBitmaps[] PROGMEM = {
0x1C, 0xF3, 0xCE, 0x38, 0xE7, 0x1C, 0x61, 0x86, 0x00, 0x63, 0x8C, 0x00,
0xE7, 0xE7, 0xE6, 0xC6, 0xC6, 0xC4, 0x84, 0x03, 0x30, 0x19, 0x81, 0xDC,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeMonoBoldOblique18pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeMonoBoldOblique18pt7bBitmaps[] PROGMEM = {
0x0F, 0x07, 0xC7, 0xE3, 0xF1, 0xF0, 0xF8, 0xFC, 0x7C, 0x3E, 0x1F, 0x0F,
0x07, 0x87, 0xC3, 0xC1, 0xE0, 0x60, 0x00, 0x38, 0x3E, 0x1F, 0x0F, 0x83,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeMonoBoldOblique24pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeMonoBoldOblique24pt7bBitmaps[] PROGMEM = {
0x01, 0xE0, 0x3F, 0x07, 0xF0, 0xFF, 0x0F, 0xF0, 0xFF, 0x0F, 0xE0, 0xFE,
0x0F, 0xE0, 0xFE, 0x0F, 0xC0, 0xFC, 0x1F, 0xC1, 0xF8, 0x1F, 0x81, 0xF8,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeMonoBoldOblique9pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeMonoBoldOblique9pt7bBitmaps[] PROGMEM = {
0x39, 0xCC, 0x67, 0x31, 0x8C, 0x07, 0x38, 0x6C, 0xD9, 0x36, 0x48, 0x80,
0x09, 0x0D, 0x86, 0xCF, 0xF7, 0xF9, 0xB3, 0xFD, 0xFE, 0x6C, 0x36, 0x1B,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeMonoOblique12pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeMonoOblique12pt7bBitmaps[] PROGMEM = {
0x11, 0x11, 0x12, 0x22, 0x22, 0x00, 0x0E, 0xE0, 0xE7, 0xE7, 0xC6, 0xC6,
0xC6, 0x84, 0x84, 0x02, 0x40, 0x88, 0x12, 0x02, 0x40, 0x48, 0x7F, 0xC2,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeMonoOblique18pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeMonoOblique18pt7bBitmaps[] PROGMEM = {
0x00, 0x1C, 0x38, 0x70, 0xC1, 0x83, 0x06, 0x18, 0x30, 0x60, 0xC1, 0x02,
0x04, 0x00, 0x00, 0x01, 0xC7, 0x8F, 0x1C, 0x00, 0x78, 0x7B, 0xC3, 0xFC,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeMonoOblique24pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeMonoOblique24pt7bBitmaps[] PROGMEM = {
0x01, 0xC0, 0xF0, 0x3C, 0x0E, 0x03, 0x81, 0xE0, 0x78, 0x1C, 0x07, 0x01,
0xC0, 0xE0, 0x38, 0x0E, 0x03, 0x00, 0xC0, 0x70, 0x1C, 0x06, 0x01, 0x80,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeMonoOblique9pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeMonoOblique9pt7bBitmaps[] PROGMEM = {
0x11, 0x22, 0x24, 0x40, 0x00, 0xC0, 0xDE, 0xE5, 0x29, 0x00, 0x09, 0x05,
0x02, 0x82, 0x47, 0xF8, 0xA0, 0x51, 0xFE, 0x28, 0x14, 0x0A, 0x09, 0x00,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSans12pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSans12pt7bBitmaps[] PROGMEM = {
0xFF, 0xFF, 0xFF, 0xF0, 0xF0, 0xCF, 0x3C, 0xF3, 0x8A, 0x20, 0x06, 0x30,
0x31, 0x03, 0x18, 0x18, 0xC7, 0xFF, 0xBF, 0xFC, 0x31, 0x03, 0x18, 0x18,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSans18pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSans18pt7bBitmaps[] PROGMEM = {
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE9, 0x20, 0x3F, 0xFC, 0xE3, 0xF1,
0xF8, 0xFC, 0x7E, 0x3F, 0x1F, 0x8E, 0x82, 0x41, 0x00, 0x01, 0xC3, 0x80,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSans24pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSans24pt7bBitmaps[] PROGMEM = {
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x76, 0x66,
0x66, 0x00, 0x0F, 0xFF, 0xFF, 0xF1, 0xFE, 0x3F, 0xC7, 0xF8, 0xFF, 0x1F,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSans9pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSans9pt7bBitmaps[] PROGMEM = {
0xFF, 0xFF, 0xF8, 0xC0, 0xDE, 0xF7, 0x20, 0x09, 0x86, 0x41, 0x91, 0xFF,
0x13, 0x04, 0xC3, 0x20, 0xC8, 0xFF, 0x89, 0x82, 0x61, 0x90, 0x10, 0x1F,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSansBold12pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSansBold12pt7bBitmaps[] PROGMEM = {
0xFF, 0xFF, 0xFF, 0xFF, 0x76, 0x66, 0x60, 0xFF, 0xF0, 0xF3, 0xFC, 0xFF,
0x3F, 0xCF, 0x61, 0x98, 0x60, 0x0E, 0x70, 0x73, 0x83, 0x18, 0xFF, 0xF7,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSansBold18pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSansBold18pt7bBitmaps[] PROGMEM = {
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0xE7, 0x39, 0xCE, 0x73, 0x80,
0x0F, 0xFF, 0xFF, 0xF8, 0xF8, 0xFF, 0xC7, 0xFE, 0x3F, 0xF1, 0xFF, 0x8F,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSansBold24pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSansBold24pt7bBitmaps[] PROGMEM = {
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xDF, 0x3E, 0x7C, 0xF9, 0xF3, 0xE7, 0xC7, 0x0E, 0x1C, 0x00, 0x00, 0x07,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSansBold9pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSansBold9pt7bBitmaps[] PROGMEM = {
0xFF, 0xFF, 0xFE, 0x48, 0x7E, 0xEF, 0xDF, 0xBF, 0x74, 0x40, 0x19, 0x86,
0x67, 0xFD, 0xFF, 0x33, 0x0C, 0xC3, 0x33, 0xFE, 0xFF, 0x99, 0x86, 0x61,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSansBoldOblique12pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSansBoldOblique12pt7bBitmaps[] PROGMEM = {
0x1C, 0x3C, 0x78, 0xE1, 0xC3, 0x8F, 0x1C, 0x38, 0x70, 0xC1, 0x83, 0x00,
0x1C, 0x78, 0xF0, 0x71, 0xFC, 0xFE, 0x3B, 0x8E, 0xC3, 0x30, 0xC0, 0x01,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSansBoldOblique18pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSansBoldOblique18pt7bBitmaps[] PROGMEM = {
0x06, 0x01, 0xC0, 0x7C, 0x1F, 0x0F, 0xC3, 0xE0, 0xF8, 0x3E, 0x0F, 0x83,
0xC0, 0xF0, 0x7C, 0x1E, 0x07, 0x81, 0xE0, 0x78, 0x1C, 0x07, 0x01, 0xC0,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSansBoldOblique24pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSansBoldOblique24pt7bBitmaps[] PROGMEM = {
0x01, 0xE0, 0x07, 0xF0, 0x1F, 0xC0, 0xFF, 0x03, 0xF8, 0x0F, 0xE0, 0x3F,
0x80, 0xFE, 0x07, 0xF0, 0x1F, 0xC0, 0x7F, 0x01, 0xFC, 0x07, 0xE0, 0x1F,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSansBoldOblique9pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSansBoldOblique9pt7bBitmaps[] PROGMEM = {
0x21, 0x8E, 0x73, 0x18, 0xC6, 0x21, 0x19, 0xCE, 0x00, 0xEF, 0xDF, 0xBE,
0x68, 0x80, 0x06, 0xC1, 0x99, 0xFF, 0xBF, 0xF1, 0xB0, 0x66, 0x0C, 0xC7,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSansOblique12pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSansOblique12pt7bBitmaps[] PROGMEM = {
0x0C, 0x61, 0x86, 0x18, 0x63, 0x0C, 0x30, 0xC2, 0x18, 0x61, 0x00, 0x00,
0xC3, 0x00, 0xCF, 0x3C, 0xE2, 0x8A, 0x20, 0x01, 0x8C, 0x03, 0x18, 0x06,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSansOblique18pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSansOblique18pt7bBitmaps[] PROGMEM = {
0x03, 0x83, 0x81, 0xC0, 0xE0, 0x70, 0x78, 0x38, 0x1C, 0x0E, 0x07, 0x07,
0x83, 0x81, 0xC0, 0xE0, 0x60, 0x30, 0x30, 0x18, 0x0C, 0x04, 0x00, 0x00,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSansOblique24pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSansOblique24pt7bBitmaps[] PROGMEM = {
0x01, 0xE0, 0x3C, 0x0F, 0x81, 0xE0, 0x3C, 0x07, 0x80, 0xF0, 0x3C, 0x07,
0x80, 0xF0, 0x1E, 0x03, 0xC0, 0xF0, 0x1E, 0x03, 0xC0, 0x78, 0x0F, 0x03,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSansOblique9pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSansOblique9pt7bBitmaps[] PROGMEM = {
0x10, 0x84, 0x22, 0x10, 0x84, 0x42, 0x10, 0x08, 0x00, 0xDE, 0xE5, 0x20,
0x06, 0x40, 0x88, 0x13, 0x06, 0x43, 0xFE, 0x32, 0x04, 0x40, 0x98, 0x32,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSerif12pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSerif12pt7bBitmaps[] PROGMEM = {
0xFF, 0xFE, 0xA8, 0x3F, 0xCF, 0x3C, 0xF3, 0x8A, 0x20, 0x0C, 0x40, 0xC4,
0x08, 0x40, 0x8C, 0x08, 0xC7, 0xFF, 0x18, 0x81, 0x88, 0x10, 0x81, 0x08,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSerif18pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSerif18pt7bBitmaps[] PROGMEM = {
0x6F, 0xFF, 0xFF, 0xFE, 0x66, 0x66, 0x66, 0x64, 0x40, 0x00, 0x6F, 0xF6,
0xE7, 0xE7, 0xE7, 0xE7, 0xE7, 0x46, 0x42, 0x42, 0x42, 0x03, 0x06, 0x01,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSerif24pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSerif24pt7bBitmaps[] PROGMEM = {
0x77, 0xBF, 0xFF, 0xFF, 0xFF, 0xFB, 0x9C, 0xE7, 0x39, 0xCE, 0x61, 0x08,
0x42, 0x10, 0x84, 0x00, 0x00, 0xEF, 0xFF, 0xEE, 0x60, 0x6F, 0x0F, 0xF0,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSerif9pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSerif9pt7bBitmaps[] PROGMEM = {
0xFF, 0xEA, 0x03, 0xDE, 0xF7, 0x20, 0x11, 0x09, 0x04, 0x82, 0x4F, 0xF9,
0x10, 0x89, 0xFF, 0x24, 0x12, 0x09, 0x0C, 0x80, 0x10, 0x7C, 0xD6, 0xD2,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSerifBold12pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSerifBold12pt7bBitmaps[] PROGMEM = {
0x7F, 0xFF, 0x77, 0x66, 0x22, 0x00, 0x6F, 0xF7, 0xE3, 0xF1, 0xF8, 0xFC,
0x7E, 0x3A, 0x09, 0x04, 0x0C, 0x40, 0xCC, 0x0C, 0xC0, 0x8C, 0x18, 0xC7,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSerifBold18pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSerifBold18pt7bBitmaps[] PROGMEM = {
0x7B, 0xEF, 0xFF, 0xFF, 0xF7, 0x9E, 0x71, 0xC7, 0x0C, 0x20, 0x82, 0x00,
0x00, 0x07, 0x3E, 0xFF, 0xFF, 0xDC, 0x60, 0x37, 0x83, 0xFC, 0x1F, 0xE0,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSerifBold24pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSerifBold24pt7bBitmaps[] PROGMEM = {
0x3C, 0x7E, 0xFE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7E, 0x7E, 0x7C, 0x7C,
0x3C, 0x3C, 0x38, 0x38, 0x38, 0x38, 0x18, 0x10, 0x10, 0x10, 0x00, 0x00,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSerifBold9pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSerifBold9pt7bBitmaps[] PROGMEM = {
0xFF, 0xF4, 0x92, 0x1F, 0xF0, 0xCF, 0x3C, 0xE3, 0x88, 0x13, 0x09, 0x84,
0xC2, 0x47, 0xF9, 0x90, 0xC8, 0x4C, 0xFF, 0x13, 0x09, 0x0C, 0x86, 0x40,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSerifBoldItalic12pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSerifBoldItalic12pt7bBitmaps[] PROGMEM = {
0x07, 0x07, 0x07, 0x0F, 0x0E, 0x0E, 0x0C, 0x0C, 0x08, 0x18, 0x10, 0x00,
0x00, 0x60, 0xF0, 0xF0, 0x60, 0x61, 0xF1, 0xF8, 0xF8, 0x6C, 0x34, 0x12,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSerifBoldItalic18pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSerifBoldItalic18pt7bBitmaps[] PROGMEM = {
0x01, 0xC0, 0x7C, 0x0F, 0x81, 0xF0, 0x3E, 0x07, 0x80, 0xF0, 0x3C, 0x07,
0x80, 0xE0, 0x1C, 0x03, 0x00, 0x60, 0x0C, 0x03, 0x00, 0x60, 0x08, 0x00,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSerifBoldItalic24pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSerifBoldItalic24pt7bBitmaps[] PROGMEM = {
0x00, 0x3C, 0x00, 0xFC, 0x01, 0xF8, 0x07, 0xF0, 0x0F, 0xE0, 0x1F, 0xC0,
0x3F, 0x00, 0x7E, 0x00, 0xF8, 0x01, 0xF0, 0x07, 0xC0, 0x0F, 0x80, 0x1E,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSerifBoldItalic9pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSerifBoldItalic9pt7bBitmaps[] PROGMEM = {
0x0C, 0x31, 0xC6, 0x18, 0x41, 0x08, 0x20, 0x0E, 0x38, 0xE0, 0xCF, 0x38,
0xA2, 0x88, 0x02, 0x40, 0xC8, 0x13, 0x06, 0x43, 0xFC, 0x32, 0x06, 0x40,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSerifItalic12pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSerifItalic12pt7bBitmaps[] PROGMEM = {
0x0C, 0x31, 0xC6, 0x18, 0x43, 0x0C, 0x20, 0x84, 0x10, 0x03, 0x0C, 0x30,
0x66, 0xCD, 0x12, 0x24, 0x51, 0x00, 0x03, 0x10, 0x11, 0x80, 0x8C, 0x0C,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSerifItalic18pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSerifItalic18pt7bBitmaps[] PROGMEM = {
0x01, 0xC0, 0xF0, 0x3C, 0x0F, 0x03, 0x81, 0xE0, 0x70, 0x1C, 0x06, 0x01,
0x80, 0xC0, 0x30, 0x0C, 0x02, 0x01, 0x80, 0x40, 0x10, 0x00, 0x00, 0x01,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSerifItalic24pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSerifItalic24pt7bBitmaps[] PROGMEM = {
0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x01, 0xF0, 0x1E, 0x01, 0xE0, 0x1C,
0x01, 0xC0, 0x3C, 0x03, 0x80, 0x38, 0x03, 0x80, 0x30, 0x07, 0x00, 0x60,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/FreeSerifItalic9pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

const uint8_t FreeSerifItalic9pt7bBitmaps[] PROGMEM = {
0x11, 0x12, 0x22, 0x24, 0x40, 0x0C, 0xDE, 0xE5, 0x40, 0x04, 0x82, 0x20,
0x98, 0x24, 0x7F, 0xC4, 0x82, 0x23, 0xFC, 0x24, 0x11, 0x04, 0x83, 0x20,
Expand Down
3 changes: 3 additions & 0 deletions Fonts/Org_01.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

// Org_v01 by Orgdot (www.orgdot.com/aliasfonts). A tiny,
// stylized font with all characters within a 6 pixel height.

Expand Down
3 changes: 3 additions & 0 deletions Fonts/Picopixel.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

// Picopixel by Sebastian Weber. A tiny font
// with all characters within a 6 pixel height.

Expand Down
3 changes: 3 additions & 0 deletions Fonts/Tiny3x3a2pt7b.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

/**
** The FontStruction “Tiny3x3a”
** (https://fontstruct.com/fontstructions/show/670512) by “Michaelangel007” is
Expand Down
3 changes: 3 additions & 0 deletions Fonts/TomThumb.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#include <Adafruit_GFX.h>

/**
** The original 3x5 font is licensed under the 3-clause BSD license:
**
Expand Down

0 comments on commit 15ebe11

Please sign in to comment.