2018-04-13 03:14:01 +02:00
|
|
|
|
/* Generated by buildroot/share/fonts/uxggenpages.sh */
|
|
|
|
|
/* This file is generated automatically, any changes to the file may be REPLACED by future processing. */
|
|
|
|
|
/* Please turn to the tools call this script to change the contents! */
|
|
|
|
|
|
2018-04-18 00:28:55 +02:00
|
|
|
|
#include <U8glib.h>
|
2018-04-13 03:14:01 +02:00
|
|
|
|
|
2018-04-17 06:03:06 +02:00
|
|
|
|
const u8g_fntpgm_uint8_t fontpage_2_159_159[33] U8G_FONT_SECTION("fontpage_2_159_159") = {
|
|
|
|
|
0x00,0x06,0x0c,0x00,0xfe,0x00,0x00,0x00,0x00,0x00,0x9f,0x9f,0x00,0x08,0xfe,0x00,
|
|
|
|
|
0x00,0x05,0x0a,0x0a,0x06,0x00,0xfe,0x88,0x70,0x00,0x70,0x88,0x88,0x88,0x78,0x08,
|
|
|
|
|
0x70};
|
|
|
|
|
const u8g_fntpgm_uint8_t fontpage_2_176_177[43] U8G_FONT_SECTION("fontpage_2_176_177") = {
|
|
|
|
|
0x00,0x06,0x0c,0x00,0xfe,0x00,0x00,0x00,0x00,0x00,0xb0,0xb1,0x00,0x09,0x00,0x00,
|
|
|
|
|
0x00,0x03,0x09,0x09,0x06,0x01,0x00,0x40,0x00,0xe0,0x40,0x40,0x40,0x40,0x40,0xe0,
|
|
|
|
|
0x03,0x05,0x05,0x06,0x01,0x00,0xc0,0x40,0x40,0x40,0xe0};
|
|
|
|
|
const u8g_fntpgm_uint8_t fontpage_2_223_223[30] U8G_FONT_SECTION("fontpage_2_223_223") = {
|
|
|
|
|
0x00,0x06,0x0c,0x00,0xfe,0x00,0x00,0x00,0x00,0x00,0xdf,0xdf,0x00,0x05,0xfe,0x00,
|
|
|
|
|
0x00,0x05,0x07,0x07,0x06,0x00,0xfe,0x78,0x80,0x70,0x08,0xf0,0x10,0x60};
|
2018-04-13 03:14:01 +02:00
|
|
|
|
|
|
|
|
|
#define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data}
|
|
|
|
|
static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {
|
|
|
|
|
FONTDATA_ITEM(2, 159, 159, fontpage_2_159_159), // 'ğ' -- 'ğ'
|
|
|
|
|
FONTDATA_ITEM(2, 176, 177, fontpage_2_176_177), // 'İ' -- 'ı'
|
|
|
|
|
FONTDATA_ITEM(2, 223, 223, fontpage_2_223_223), // 'ş' -- 'ş'
|
|
|
|
|
};
|