Browse Source

u8g.h => clib/u8g.h

pull/1/head
Scott Lahteine 6 years ago
parent
commit
584735c994
  1. 2
      Marlin/src/lcd/dogm/dogm_font_data_ISO10646_1.h
  2. 2
      Marlin/src/lcd/dogm/language_data_an.h
  3. 2
      Marlin/src/lcd/dogm/language_data_bg.h
  4. 2
      Marlin/src/lcd/dogm/language_data_ca.h
  5. 2
      Marlin/src/lcd/dogm/language_data_cz.h
  6. 2
      Marlin/src/lcd/dogm/language_data_da.h
  7. 2
      Marlin/src/lcd/dogm/language_data_de.h
  8. 2
      Marlin/src/lcd/dogm/language_data_el-gr.h
  9. 2
      Marlin/src/lcd/dogm/language_data_el.h
  10. 2
      Marlin/src/lcd/dogm/language_data_en.h
  11. 2
      Marlin/src/lcd/dogm/language_data_es.h
  12. 2
      Marlin/src/lcd/dogm/language_data_eu.h
  13. 2
      Marlin/src/lcd/dogm/language_data_fi.h
  14. 2
      Marlin/src/lcd/dogm/language_data_fr.h
  15. 2
      Marlin/src/lcd/dogm/language_data_gl.h
  16. 2
      Marlin/src/lcd/dogm/language_data_hr.h
  17. 2
      Marlin/src/lcd/dogm/language_data_it.h
  18. 2
      Marlin/src/lcd/dogm/language_data_jp-kana.h
  19. 2
      Marlin/src/lcd/dogm/language_data_nl.h
  20. 2
      Marlin/src/lcd/dogm/language_data_pl.h
  21. 3
      Marlin/src/lcd/dogm/language_data_pt-br.h
  22. 3
      Marlin/src/lcd/dogm/language_data_pt.h
  23. 2
      Marlin/src/lcd/dogm/language_data_ru.h
  24. 2
      Marlin/src/lcd/dogm/language_data_sk.h
  25. 2
      Marlin/src/lcd/dogm/language_data_test.h
  26. 2
      Marlin/src/lcd/dogm/language_data_tr.h
  27. 2
      Marlin/src/lcd/dogm/language_data_uk.h
  28. 2
      Marlin/src/lcd/dogm/language_data_zh_CN.h
  29. 2
      Marlin/src/lcd/dogm/language_data_zh_TW.h
  30. 2
      Marlin/src/lcd/u8g_fontutf8.c
  31. 2
      Marlin/src/lcd/u8g_fontutf8.h

2
Marlin/src/lcd/dogm/dogm_font_data_ISO10646_1.h

@ -20,7 +20,7 @@
*
*/
#include "u8g.h"
#include <clib/u8g.h>
#if defined(__AVR__) && ENABLED(NOT_EXTENDED_ISO10646_1_5X7)
// reduced font (only sysmbols 1 - 127) - saves about 1278 bytes of FLASH

2
Marlin/src/lcd/dogm/language_data_an.h

@ -2,7 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
#define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data}
static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {

2
Marlin/src/lcd/dogm/language_data_bg.h

@ -2,7 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
const u8g_fntpgm_uint8_t fontpage_8_144_149[96] U8G_FONT_SECTION("fontpage_8_144_149") = {
0x00,0x06,0x0a,0x00,0xfe,0x00,0x00,0x00,0x00,0x00,0x90,0x95,0x00,0x07,0xff,0x00,

2
Marlin/src/lcd/dogm/language_data_ca.h

@ -2,7 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
#define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data}
static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {

2
Marlin/src/lcd/dogm/language_data_cz.h

@ -2,7 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
const u8g_fntpgm_uint8_t fontpage_2_140_141[49] U8G_FONT_SECTION("fontpage_2_140_141") = {
0x00,0x06,0x0a,0x00,0xfe,0x00,0x00,0x00,0x00,0x00,0x8c,0x8d,0x00,0x0b,0x00,0x00,

2
Marlin/src/lcd/dogm/language_data_da.h

@ -2,7 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
#define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data}
static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {

2
Marlin/src/lcd/dogm/language_data_de.h

@ -2,7 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
#define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data}
static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {

2
Marlin/src/lcd/dogm/language_data_el-gr.h

@ -2,7 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
const u8g_fntpgm_uint8_t fontpage_7_136_136[31] U8G_FONT_SECTION("fontpage_7_136_136") = {
0x00,0x06,0x0a,0x00,0xfe,0x00,0x00,0x00,0x00,0x00,0x88,0x88,0x00,0x08,0x00,0x00,

2
Marlin/src/lcd/dogm/language_data_el.h

@ -2,7 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
const u8g_fntpgm_uint8_t fontpage_7_136_136[31] U8G_FONT_SECTION("fontpage_7_136_136") = {
0x00,0x06,0x0a,0x00,0xfe,0x00,0x00,0x00,0x00,0x00,0x88,0x88,0x00,0x08,0x00,0x00,

2
Marlin/src/lcd/dogm/language_data_en.h

@ -2,7 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
#define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data}
static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {

2
Marlin/src/lcd/dogm/language_data_es.h

@ -2,7 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
#define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data}
static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {

2
Marlin/src/lcd/dogm/language_data_eu.h

@ -2,7 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
#define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data}
static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {

2
Marlin/src/lcd/dogm/language_data_fi.h

@ -2,7 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
#define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data}
static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {

2
Marlin/src/lcd/dogm/language_data_fr.h

@ -2,7 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
#define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data}
static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {

2
Marlin/src/lcd/dogm/language_data_gl.h

@ -2,7 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
#define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data}
static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {

2
Marlin/src/lcd/dogm/language_data_hr.h

@ -2,7 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
const u8g_fntpgm_uint8_t fontpage_2_135_135[32] U8G_FONT_SECTION("fontpage_2_135_135") = {
0x00,0x06,0x0a,0x00,0xfe,0x00,0x00,0x00,0x00,0x00,0x87,0x87,0x00,0x09,0x00,0x00,

2
Marlin/src/lcd/dogm/language_data_it.h

@ -2,7 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
#define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data}
static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {

2
Marlin/src/lcd/dogm/language_data_jp-kana.h

@ -2,7 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
const u8g_fntpgm_uint8_t fontpage_97_161_164[61] U8G_FONT_SECTION("fontpage_97_161_164") = {
0x00,0x06,0x0a,0x00,0xfe,0x00,0x00,0x00,0x00,0x00,0xa1,0xa4,0x00,0x06,0x00,0x00,

2
Marlin/src/lcd/dogm/language_data_nl.h

@ -2,7 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
#define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data}
static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {

2
Marlin/src/lcd/dogm/language_data_pl.h

@ -2,7 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
const u8g_fntpgm_uint8_t fontpage_2_133_133[31] U8G_FONT_SECTION("fontpage_2_133_133") = {
0x00,0x06,0x0a,0x00,0xfe,0x00,0x00,0x00,0x00,0x00,0x85,0x85,0x00,0x06,0xfe,0x00,

3
Marlin/src/lcd/dogm/language_data_pt-br.h

@ -2,8 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
#define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data}
static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {

3
Marlin/src/lcd/dogm/language_data_pt.h

@ -2,8 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
#define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data}
static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {

2
Marlin/src/lcd/dogm/language_data_ru.h

@ -2,7 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
const u8g_fntpgm_uint8_t fontpage_8_144_152[135] U8G_FONT_SECTION("fontpage_8_144_152") = {
0x00,0x06,0x0a,0x00,0xfe,0x00,0x00,0x00,0x00,0x00,0x90,0x98,0x00,0x07,0xff,0x00,

2
Marlin/src/lcd/dogm/language_data_sk.h

@ -2,7 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
const u8g_fntpgm_uint8_t fontpage_2_140_143[80] U8G_FONT_SECTION("fontpage_2_140_143") = {
0x00,0x06,0x0a,0x00,0xfe,0x00,0x00,0x00,0x00,0x00,0x8c,0x8f,0x00,0x0b,0x00,0x00,

2
Marlin/src/lcd/dogm/language_data_test.h

@ -2,7 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
const u8g_fntpgm_uint8_t fontpage_8_128_255[1255] U8G_FONT_SECTION("fontpage_8_128_255") = {
0x00,0x06,0x0a,0x00,0xfe,0x00,0x00,0x00,0x00,0x00,0x80,0xff,0x00,0x08,0xff,0x00,

2
Marlin/src/lcd/dogm/language_data_tr.h

@ -2,7 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
const u8g_fntpgm_uint8_t fontpage_2_159_159[34] U8G_FONT_SECTION("fontpage_2_159_159") = {
0x00,0x06,0x0a,0x00,0xfe,0x00,0x00,0x00,0x00,0x00,0x9f,0x9f,0x00,0x09,0xfe,0x00,

2
Marlin/src/lcd/dogm/language_data_uk.h

@ -2,7 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
const u8g_fntpgm_uint8_t fontpage_8_134_134[30] U8G_FONT_SECTION("fontpage_8_134_134") = {
0x00,0x06,0x0a,0x00,0xfe,0x00,0x00,0x00,0x00,0x00,0x86,0x86,0x00,0x07,0x00,0x00,

2
Marlin/src/lcd/dogm/language_data_zh_CN.h

@ -2,7 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
const u8g_fntpgm_uint8_t fontpage_69_191_191[41] U8G_FONT_SECTION("fontpage_69_191_191") = {
0x00,0x06,0x0a,0x00,0xfe,0x00,0x00,0x00,0x00,0x00,0xbf,0xbf,0x00,0x0a,0x00,0x00,

2
Marlin/src/lcd/dogm/language_data_zh_TW.h

@ -2,7 +2,7 @@
/* 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! */
#include <u8g.h>
#include <clib/u8g.h>
const u8g_fntpgm_uint8_t fontpage_69_191_191[41] U8G_FONT_SECTION("fontpage_69_191_191") = {
0x00,0x06,0x0a,0x00,0xfe,0x00,0x00,0x00,0x00,0x00,0xbf,0xbf,0x00,0x0a,0x00,0x00,

2
Marlin/src/lcd/u8g_fontutf8.c

@ -8,7 +8,7 @@
*/
#include <string.h>
#include "u8g.h"
#include <clib/u8g.h>
#include "fontutils.h"
#include "u8g_fontutf8.h"

2
Marlin/src/lcd/u8g_fontutf8.h

@ -9,7 +9,7 @@
#ifndef _UXG_FONTUTF8_H
#define _UXG_FONTUTF8_H 1
#include "u8g.h"
#include <clib/u8g.h>
#include "fontutils.h"
#ifdef __cplusplus

Loading…
Cancel
Save