summaryrefslogtreecommitdiff
path: root/include/video_font.h
blob: 7ef95199976e2b7cc77f7a2dc1d4ecff92d0ac20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * (C) Copyright 2000
 * Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY), arsenio@tin.it
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#ifndef _VIDEO_FONT_
#define _VIDEO_FONT_

#define VIDEO_FONT_CHARS	256
#define VIDEO_FONT_WIDTH	8
#define VIDEO_FONT_HEIGHT	16
#define VIDEO_FONT_SIZE		(VIDEO_FONT_CHARS * VIDEO_FONT_HEIGHT)

#endif /* _VIDEO_FONT_ */