Hanna
Sourcecode Batteriemanagementsystem |
Graphical font support. Mehr ...
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
#include <assert.h>
#include "gfx.h"
#include "sysfont.h"
gehe zum Quellcode dieser Datei
Makrodefinitionen | |
#define | BASIC_6x7_FIRSTCHAR ((uint8_t)' ') |
#define | BASIC_6x7_LASTCHAR ((uint8_t)'}') |
#define | BASIC_6x7_LINESPACING 8 |
#define | BIG_FONT_16x16_FIRSTCHAR ((uint8_t)' ') |
#define | BIG_FONT_16x16_LASTCHAR ((uint8_t)'~') |
#define | BIG_FONT_16x16_LINESPACING 8 |
#define | BPMONO_10x16_FIRSTCHAR ((uint8_t)' ') |
#define | BPMONO_10x16_LASTCHAR ((uint8_t)'}') |
#define | BPMONO_10x16_LINESPACING 8 |
Funktionen | |
static | PROGMEM_DECLARE (uint8_t, bpmono10x16_glyphs[]) |
static | PROGMEM_DECLARE (uint8_t, basic6x7_glyphs[]) |
static | PROGMEM_DECLARE (uint8_t, big_font_16x16_glyphs[]) |
Variablen | |
struct font | basic_6x7 |
Initialise font BPMONO 10x14. Mehr ... | |
struct font | big_font_16x16 |
Initialise font BPMONO 10x16. Mehr ... | |
struct font | bpmono_10x16 |
Initialise font BPMONO 10x16. Mehr ... | |
Graphical font support.
Definiert in Datei sysfont.c.
#define BASIC_6x7_FIRSTCHAR ((uint8_t)' ') |
#define BASIC_6x7_LASTCHAR ((uint8_t)'}') |
#define BIG_FONT_16x16_FIRSTCHAR ((uint8_t)' ') |
#define BIG_FONT_16x16_LASTCHAR ((uint8_t)'~') |
#define BPMONO_10x16_FIRSTCHAR ((uint8_t)' ') |
#define BPMONO_10x16_LASTCHAR ((uint8_t)'}') |
|
static |
Define variable containing the font
|
static |
Define variable containing the font
|
static |
Define variable containing the font
struct font basic_6x7 |
Initialise font BPMONO 10x14.
This initialises a basic system font globally usable by the application.
struct font big_font_16x16 |
Initialise font BPMONO 10x16.
This initialises a basic system font globally usable by the application.
struct font bpmono_10x16 |
Initialise font BPMONO 10x16.
This initialises a basic system font globally usable by the application.