Brick Groove Machine 0.9.3
Firmware embarqué pour contrôleur/synthé Brick
 
Chargement...
Recherche...
Aucune correspondance
font5x7.h
Aller à la documentation de ce fichier.
1
25#ifndef FONT5X7_H
26#define FONT5X7_H
27
28#include <stdint.h>
29
36extern const uint8_t font5x7[95][5];
37
38#endif // FONT5X7_H
const uint8_t font5x7[95][5]
Table ASCII 5x7 (95 caractères, de 32 ' ' à 126 '~').
Definition font5x7.c:35