🐛 Change font for selected language (#22381)

This commit is contained in:
Scott Lahteine
2021-07-18 19:56:28 -05:00
committed by GitHub
parent e55427aaa2
commit b34a009bb1
39 changed files with 1095 additions and 1000 deletions

View File

@@ -3,7 +3,8 @@
* Contents will be REPLACED by future processing!
* Use genallfont.sh to generate font data for updated languages.
*/
#include <U8glib-HAL.h>
#pragma once
#define FONTDATA_ITEM(page, begin, end, data) { page, begin, end, COUNT(data), data }
static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {};
#include "langdata.h"
static const uxg_fontinfo_t g_fontinfo_en[] PROGMEM = {};