Brick Groove Machine
0.9.3
Firmware embarqué pour contrôleur/synthé Brick
Chargement...
Recherche...
Aucune correspondance
font5x8_elektron.h
Aller à la documentation de ce fichier.
1
20
#ifndef BRICK_UI_FONT5X8_ELEKTRON_H
21
#define BRICK_UI_FONT5X8_ELEKTRON_H
22
23
#include <stdint.h>
24
26
#define FONT5X8_ELEKTRON_WIDTH 6
27
29
#define FONT5X8_ELEKTRON_HEIGHT 8
30
32
#define FONT5X8_FIRST_CHAR 32
33
35
#define FONT5X8_LAST_CHAR 127
36
47
extern
const
uint8_t
font5x8_elektron
[96][6];
48
49
#endif
/* BRICK_UI_FONT5X8_ELEKTRON_H */
50
font5x8_elektron
const uint8_t font5x8_elektron[96][6]
Table de police 5x8 Elektron, codée en colonnes (1 octet = 1 colonne verticale).
Definition
font5x8_elektron.c:36
ui
font5x8_elektron.h
Généré par
1.9.8