Skip to content

Instantly share code, notes, and snippets.

@jaygreco
jaygreco / font.h
Last active April 11, 2022 04:07
TIDBIT LED matrix example
#pragma once
#define USE_FONT_3x5
#ifdef USE_FONT_5x7
// standard ascii 5x7 font
// defines ascii characters 0x20-0x7F (32-127)
#define FONT_OFFSET 32
#define FONT_WIDTH 5
#define FONT_HEIGHT 7