At least: font code generator, exchange code support for color 128x128
This commit is contained in:
@@ -21,17 +21,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "fontem.h"
|
||||
#include "font-robotoMono-24.h"
|
||||
#include "font-robotoMono-68.h"
|
||||
|
||||
// All fonts are fixed-width, so we also defined the widths here. It
|
||||
// lets us know the width without needing a specific glyph to look it
|
||||
// up.
|
||||
|
||||
static const struct font &default_font = font_robotoMono_24;
|
||||
static constexpr uint32_t default_font_width = 20;
|
||||
|
||||
static const struct font &large_font = font_robotoMono_68;
|
||||
static constexpr uint32_t large_font_width = 54;
|
||||
#include "fonts/large_digits.h"
|
||||
#include "fonts/small.h"
|
||||
|
||||
static const struct font &default_font = font_small;
|
||||
|
||||
Reference in New Issue
Block a user