-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhack.h
More file actions
28 lines (23 loc) · 681 Bytes
/
hack.h
File metadata and controls
28 lines (23 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
* File: hack.h
* Author: torsten.roemer@luniks.net
*
* The work in the Hack project is Copyright 2018 Source Foundry Authors and
* licensed under the MIT License.
* The work in the DejaVu project was committed to the public domain.
* Bitstream Vera Sans Mono Copyright 2003 Bitstream Inc. and licensed under
* the Bitstream Vera License with Reserved Font Names "Bitstream" and "Vera".
*
* A subset of glyphs in the Hack font as 8x16 bitmaps in 4-Bit greyscale
* with antialiasing.
*
* Created on 16. November 2023, 17:25
*/
#ifndef HACK_H
#define HACK_H
#include "font.h"
/**
* Hack font.
*/
extern const __flash Font hackFont;
#endif /* HACK_H */