At least: font code generator, exchange code support for color 128x128

This commit is contained in:
2019-08-04 15:35:44 -07:00
parent e0b49ba109
commit 77f09bca16
47 changed files with 899 additions and 16431 deletions

View File

@@ -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;