upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/main/font.h
blob: 8ef19556eec20aa40e1e844852884a49759bff27 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef FONT_H
#define FONT_H

#include <stdint.h>

#define FONT_GLYPH_W 8
#define FONT_GLYPH_H 8

extern const uint8_t font8x8_basic[128][8];

#endif