This commit is contained in:
2026-08-30 19:27:26 +02:00
parent 073a538794
commit 52d4d286c6
8 changed files with 391 additions and 130 deletions

View File

@@ -4,17 +4,17 @@
// Text mode config
#define CHARS_PER_LINE 60
#define CHAR_LINES 24
#define CHAR_LINES 18
#define CHAR_SCALE 2
// Text origin in framebuffer pixels. Set both to 0 for the top-left corner.
#define TEXT_MARGIN_LEFT (30)
#define TEXT_MARGIN_TOP (42)
#define TEXT_MARGIN_TOP (40)
// Crop glyph pixels before scaling. Padding is split across both sides; for
// odd values, the extra pixel is removed from the right or bottom.
#define GLYPH_PADDING_X 1
#define GLYPH_PADDING_Y 4
#define GLYPH_PADDING_Y 0
// Set to 1 for a white background with black text, or 0 for the default
// black background with white text.