Font for the on-screen debug display
This commit is contained in:
parent
a85542d029
commit
1344a2e7e7
22
sbus-to-ztex-gateware-migen/blit_font.h
Normal file
22
sbus-to-ztex-gateware-migen/blit_font.h
Normal file
@ -0,0 +1,22 @@
|
||||
#ifndef _BLIT_FONT_H_
|
||||
#define _BLIT_FONT_H_
|
||||
|
||||
static const unsigned char font[128] = {
|
||||
0x00, 0x18, 0x24, 0x2c, 0x34, 0x24, 0x18, 0x00, // Char 048 (0)
|
||||
0x00, 0x10, 0x30, 0x10, 0x10, 0x10, 0x38, 0x00, // Char 049 (1)
|
||||
0x00, 0x18, 0x24, 0x04, 0x18, 0x20, 0x3c, 0x00, // Char 050 (2)
|
||||
0x00, 0x38, 0x04, 0x18, 0x04, 0x04, 0x38, 0x00, // Char 051 (3)
|
||||
0x00, 0x20, 0x28, 0x28, 0x3c, 0x08, 0x08, 0x00, // Char 052 (4)
|
||||
0x00, 0x3c, 0x20, 0x38, 0x04, 0x04, 0x38, 0x00, // Char 053 (5)
|
||||
0x00, 0x1c, 0x20, 0x38, 0x24, 0x24, 0x18, 0x00, // Char 054 (6)
|
||||
0x00, 0x3c, 0x04, 0x08, 0x10, 0x10, 0x10, 0x00, // Char 055 (7)
|
||||
0x00, 0x18, 0x24, 0x18, 0x24, 0x24, 0x18, 0x00, // Char 056 (8)
|
||||
0x00, 0x18, 0x24, 0x24, 0x1c, 0x04, 0x38, 0x00, // Char 057 (9)
|
||||
0x00, 0x18, 0x24, 0x24, 0x3c, 0x24, 0x24, 0x00, // Char 065 (A)
|
||||
0x00, 0x38, 0x24, 0x38, 0x24, 0x24, 0x38, 0x00, // Char 066 (B)
|
||||
0x00, 0x18, 0x24, 0x20, 0x20, 0x24, 0x18, 0x00, // Char 067 (C)
|
||||
0x00, 0x38, 0x24, 0x24, 0x24, 0x24, 0x38, 0x00, // Char 068 (D)
|
||||
0x00, 0x3c, 0x20, 0x38, 0x20, 0x20, 0x3c, 0x00, // Char 069 (E)
|
||||
0x00, 0x3c, 0x20, 0x38, 0x20, 0x20, 0x20, 0x00, // Char 070 (F)
|
||||
};
|
||||
#endif
|
||||
Loading…
x
Reference in New Issue
Block a user