From 8ca3c43d73fd13485acd5607bcf314a2aa7a8f71 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Thu, 19 Apr 2018 03:06:47 -0500 Subject: [PATCH] Updated language_data spacing, headers --- Marlin/src/lcd/dogm/language_data_an.h | 13 ++++++------- Marlin/src/lcd/dogm/language_data_bg.h | 9 +++++---- Marlin/src/lcd/dogm/language_data_ca.h | 13 ++++++------- Marlin/src/lcd/dogm/language_data_cz.h | 9 +++++---- Marlin/src/lcd/dogm/language_data_da.h | 13 ++++++------- Marlin/src/lcd/dogm/language_data_de.h | 13 ++++++------- Marlin/src/lcd/dogm/language_data_el-gr.h | 9 +++++---- Marlin/src/lcd/dogm/language_data_el.h | 9 +++++---- Marlin/src/lcd/dogm/language_data_en.h | 13 ++++++------- Marlin/src/lcd/dogm/language_data_es.h | 13 ++++++------- Marlin/src/lcd/dogm/language_data_eu.h | 13 ++++++------- Marlin/src/lcd/dogm/language_data_fi.h | 13 ++++++------- Marlin/src/lcd/dogm/language_data_fr.h | 13 ++++++------- Marlin/src/lcd/dogm/language_data_gl.h | 13 ++++++------- Marlin/src/lcd/dogm/language_data_hr.h | 9 +++++---- Marlin/src/lcd/dogm/language_data_it.h | 13 ++++++------- Marlin/src/lcd/dogm/language_data_jp-kana.h | 9 +++++---- Marlin/src/lcd/dogm/language_data_nl.h | 13 ++++++------- Marlin/src/lcd/dogm/language_data_pl.h | 9 +++++---- Marlin/src/lcd/dogm/language_data_pt-br.h | 13 ++++++------- Marlin/src/lcd/dogm/language_data_pt.h | 13 ++++++------- Marlin/src/lcd/dogm/language_data_ru.h | 9 +++++---- Marlin/src/lcd/dogm/language_data_sk.h | 9 +++++---- Marlin/src/lcd/dogm/language_data_test.h | 9 +++++---- Marlin/src/lcd/dogm/language_data_tr.h | 9 +++++---- Marlin/src/lcd/dogm/language_data_uk.h | 9 +++++---- Marlin/src/lcd/dogm/language_data_zh_CN.h | 9 +++++---- Marlin/src/lcd/dogm/language_data_zh_TW.h | 9 +++++---- 28 files changed, 154 insertions(+), 154 deletions(-) diff --git a/Marlin/src/lcd/dogm/language_data_an.h b/Marlin/src/lcd/dogm/language_data_an.h index 59fdeec10e..51210a4394 100644 --- a/Marlin/src/lcd/dogm/language_data_an.h +++ b/Marlin/src/lcd/dogm/language_data_an.h @@ -1,10 +1,9 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include - #define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data} -static const uxg_fontinfo_t g_fontinfo[] PROGMEM = { -}; +static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {}; diff --git a/Marlin/src/lcd/dogm/language_data_bg.h b/Marlin/src/lcd/dogm/language_data_bg.h index 64dda78128..5ea82240aa 100644 --- a/Marlin/src/lcd/dogm/language_data_bg.h +++ b/Marlin/src/lcd/dogm/language_data_bg.h @@ -1,7 +1,8 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include const u8g_fntpgm_uint8_t fontpage_8_144_149[96] U8G_FONT_SECTION("fontpage_8_144_149") = { diff --git a/Marlin/src/lcd/dogm/language_data_ca.h b/Marlin/src/lcd/dogm/language_data_ca.h index 59fdeec10e..51210a4394 100644 --- a/Marlin/src/lcd/dogm/language_data_ca.h +++ b/Marlin/src/lcd/dogm/language_data_ca.h @@ -1,10 +1,9 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include - #define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data} -static const uxg_fontinfo_t g_fontinfo[] PROGMEM = { -}; +static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {}; diff --git a/Marlin/src/lcd/dogm/language_data_cz.h b/Marlin/src/lcd/dogm/language_data_cz.h index d46bca2d6f..5858e707b4 100644 --- a/Marlin/src/lcd/dogm/language_data_cz.h +++ b/Marlin/src/lcd/dogm/language_data_cz.h @@ -1,7 +1,8 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include const u8g_fntpgm_uint8_t fontpage_2_140_141[47] U8G_FONT_SECTION("fontpage_2_140_141") = { diff --git a/Marlin/src/lcd/dogm/language_data_da.h b/Marlin/src/lcd/dogm/language_data_da.h index 59fdeec10e..51210a4394 100644 --- a/Marlin/src/lcd/dogm/language_data_da.h +++ b/Marlin/src/lcd/dogm/language_data_da.h @@ -1,10 +1,9 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include - #define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data} -static const uxg_fontinfo_t g_fontinfo[] PROGMEM = { -}; +static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {}; diff --git a/Marlin/src/lcd/dogm/language_data_de.h b/Marlin/src/lcd/dogm/language_data_de.h index 59fdeec10e..51210a4394 100644 --- a/Marlin/src/lcd/dogm/language_data_de.h +++ b/Marlin/src/lcd/dogm/language_data_de.h @@ -1,10 +1,9 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include - #define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data} -static const uxg_fontinfo_t g_fontinfo[] PROGMEM = { -}; +static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {}; diff --git a/Marlin/src/lcd/dogm/language_data_el-gr.h b/Marlin/src/lcd/dogm/language_data_el-gr.h index 060680c04e..558ea2fa68 100644 --- a/Marlin/src/lcd/dogm/language_data_el-gr.h +++ b/Marlin/src/lcd/dogm/language_data_el-gr.h @@ -1,7 +1,8 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include const u8g_fntpgm_uint8_t fontpage_7_136_136[33] U8G_FONT_SECTION("fontpage_7_136_136") = { diff --git a/Marlin/src/lcd/dogm/language_data_el.h b/Marlin/src/lcd/dogm/language_data_el.h index 08fcd1ff67..1c7e810f6d 100644 --- a/Marlin/src/lcd/dogm/language_data_el.h +++ b/Marlin/src/lcd/dogm/language_data_el.h @@ -1,7 +1,8 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include const u8g_fntpgm_uint8_t fontpage_7_136_136[33] U8G_FONT_SECTION("fontpage_7_136_136") = { diff --git a/Marlin/src/lcd/dogm/language_data_en.h b/Marlin/src/lcd/dogm/language_data_en.h index 59fdeec10e..51210a4394 100644 --- a/Marlin/src/lcd/dogm/language_data_en.h +++ b/Marlin/src/lcd/dogm/language_data_en.h @@ -1,10 +1,9 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include - #define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data} -static const uxg_fontinfo_t g_fontinfo[] PROGMEM = { -}; +static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {}; diff --git a/Marlin/src/lcd/dogm/language_data_es.h b/Marlin/src/lcd/dogm/language_data_es.h index 59fdeec10e..51210a4394 100644 --- a/Marlin/src/lcd/dogm/language_data_es.h +++ b/Marlin/src/lcd/dogm/language_data_es.h @@ -1,10 +1,9 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include - #define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data} -static const uxg_fontinfo_t g_fontinfo[] PROGMEM = { -}; +static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {}; diff --git a/Marlin/src/lcd/dogm/language_data_eu.h b/Marlin/src/lcd/dogm/language_data_eu.h index 59fdeec10e..51210a4394 100644 --- a/Marlin/src/lcd/dogm/language_data_eu.h +++ b/Marlin/src/lcd/dogm/language_data_eu.h @@ -1,10 +1,9 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include - #define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data} -static const uxg_fontinfo_t g_fontinfo[] PROGMEM = { -}; +static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {}; diff --git a/Marlin/src/lcd/dogm/language_data_fi.h b/Marlin/src/lcd/dogm/language_data_fi.h index 59fdeec10e..51210a4394 100644 --- a/Marlin/src/lcd/dogm/language_data_fi.h +++ b/Marlin/src/lcd/dogm/language_data_fi.h @@ -1,10 +1,9 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include - #define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data} -static const uxg_fontinfo_t g_fontinfo[] PROGMEM = { -}; +static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {}; diff --git a/Marlin/src/lcd/dogm/language_data_fr.h b/Marlin/src/lcd/dogm/language_data_fr.h index 59fdeec10e..51210a4394 100644 --- a/Marlin/src/lcd/dogm/language_data_fr.h +++ b/Marlin/src/lcd/dogm/language_data_fr.h @@ -1,10 +1,9 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include - #define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data} -static const uxg_fontinfo_t g_fontinfo[] PROGMEM = { -}; +static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {}; diff --git a/Marlin/src/lcd/dogm/language_data_gl.h b/Marlin/src/lcd/dogm/language_data_gl.h index 59fdeec10e..51210a4394 100644 --- a/Marlin/src/lcd/dogm/language_data_gl.h +++ b/Marlin/src/lcd/dogm/language_data_gl.h @@ -1,10 +1,9 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include - #define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data} -static const uxg_fontinfo_t g_fontinfo[] PROGMEM = { -}; +static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {}; diff --git a/Marlin/src/lcd/dogm/language_data_hr.h b/Marlin/src/lcd/dogm/language_data_hr.h index 2ce9444060..88254cdc67 100644 --- a/Marlin/src/lcd/dogm/language_data_hr.h +++ b/Marlin/src/lcd/dogm/language_data_hr.h @@ -1,7 +1,8 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include const u8g_fntpgm_uint8_t fontpage_2_135_135[31] U8G_FONT_SECTION("fontpage_2_135_135") = { diff --git a/Marlin/src/lcd/dogm/language_data_it.h b/Marlin/src/lcd/dogm/language_data_it.h index 59fdeec10e..51210a4394 100644 --- a/Marlin/src/lcd/dogm/language_data_it.h +++ b/Marlin/src/lcd/dogm/language_data_it.h @@ -1,10 +1,9 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include - #define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data} -static const uxg_fontinfo_t g_fontinfo[] PROGMEM = { -}; +static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {}; diff --git a/Marlin/src/lcd/dogm/language_data_jp-kana.h b/Marlin/src/lcd/dogm/language_data_jp-kana.h index bc5ceac10f..2a2229e27e 100644 --- a/Marlin/src/lcd/dogm/language_data_jp-kana.h +++ b/Marlin/src/lcd/dogm/language_data_jp-kana.h @@ -1,7 +1,8 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include const u8g_fntpgm_uint8_t fontpage_97_161_164[61] U8G_FONT_SECTION("fontpage_97_161_164") = { diff --git a/Marlin/src/lcd/dogm/language_data_nl.h b/Marlin/src/lcd/dogm/language_data_nl.h index 59fdeec10e..51210a4394 100644 --- a/Marlin/src/lcd/dogm/language_data_nl.h +++ b/Marlin/src/lcd/dogm/language_data_nl.h @@ -1,10 +1,9 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include - #define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data} -static const uxg_fontinfo_t g_fontinfo[] PROGMEM = { -}; +static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {}; diff --git a/Marlin/src/lcd/dogm/language_data_pl.h b/Marlin/src/lcd/dogm/language_data_pl.h index cf64107e93..2f2e48e4b0 100644 --- a/Marlin/src/lcd/dogm/language_data_pl.h +++ b/Marlin/src/lcd/dogm/language_data_pl.h @@ -1,7 +1,8 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include const u8g_fntpgm_uint8_t fontpage_2_133_133[30] U8G_FONT_SECTION("fontpage_2_133_133") = { diff --git a/Marlin/src/lcd/dogm/language_data_pt-br.h b/Marlin/src/lcd/dogm/language_data_pt-br.h index 59fdeec10e..51210a4394 100644 --- a/Marlin/src/lcd/dogm/language_data_pt-br.h +++ b/Marlin/src/lcd/dogm/language_data_pt-br.h @@ -1,10 +1,9 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include - #define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data} -static const uxg_fontinfo_t g_fontinfo[] PROGMEM = { -}; +static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {}; diff --git a/Marlin/src/lcd/dogm/language_data_pt.h b/Marlin/src/lcd/dogm/language_data_pt.h index 59fdeec10e..51210a4394 100644 --- a/Marlin/src/lcd/dogm/language_data_pt.h +++ b/Marlin/src/lcd/dogm/language_data_pt.h @@ -1,10 +1,9 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include - #define FONTDATA_ITEM(page, begin, end, data) {page, begin, end, NUM_ARRAY(data), data} -static const uxg_fontinfo_t g_fontinfo[] PROGMEM = { -}; +static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {}; diff --git a/Marlin/src/lcd/dogm/language_data_ru.h b/Marlin/src/lcd/dogm/language_data_ru.h index ac686fb526..43650b54dd 100644 --- a/Marlin/src/lcd/dogm/language_data_ru.h +++ b/Marlin/src/lcd/dogm/language_data_ru.h @@ -1,7 +1,8 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include const u8g_fntpgm_uint8_t fontpage_8_144_152[135] U8G_FONT_SECTION("fontpage_8_144_152") = { diff --git a/Marlin/src/lcd/dogm/language_data_sk.h b/Marlin/src/lcd/dogm/language_data_sk.h index 7dc56f921c..37e10057c3 100644 --- a/Marlin/src/lcd/dogm/language_data_sk.h +++ b/Marlin/src/lcd/dogm/language_data_sk.h @@ -1,7 +1,8 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include const u8g_fntpgm_uint8_t fontpage_2_140_143[79] U8G_FONT_SECTION("fontpage_2_140_143") = { diff --git a/Marlin/src/lcd/dogm/language_data_test.h b/Marlin/src/lcd/dogm/language_data_test.h index 1f62b107ac..875071abea 100644 --- a/Marlin/src/lcd/dogm/language_data_test.h +++ b/Marlin/src/lcd/dogm/language_data_test.h @@ -1,7 +1,8 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include const u8g_fntpgm_uint8_t fontpage_8_128_255[1677] U8G_FONT_SECTION("fontpage_8_128_255") = { diff --git a/Marlin/src/lcd/dogm/language_data_tr.h b/Marlin/src/lcd/dogm/language_data_tr.h index 3c51a94fec..23850ecfd7 100644 --- a/Marlin/src/lcd/dogm/language_data_tr.h +++ b/Marlin/src/lcd/dogm/language_data_tr.h @@ -1,7 +1,8 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include const u8g_fntpgm_uint8_t fontpage_2_159_159[33] U8G_FONT_SECTION("fontpage_2_159_159") = { diff --git a/Marlin/src/lcd/dogm/language_data_uk.h b/Marlin/src/lcd/dogm/language_data_uk.h index 06539a10a1..9886e41d2e 100644 --- a/Marlin/src/lcd/dogm/language_data_uk.h +++ b/Marlin/src/lcd/dogm/language_data_uk.h @@ -1,7 +1,8 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include const u8g_fntpgm_uint8_t fontpage_8_134_134[30] U8G_FONT_SECTION("fontpage_8_134_134") = { diff --git a/Marlin/src/lcd/dogm/language_data_zh_CN.h b/Marlin/src/lcd/dogm/language_data_zh_CN.h index ec9587dccf..e2e8788577 100644 --- a/Marlin/src/lcd/dogm/language_data_zh_CN.h +++ b/Marlin/src/lcd/dogm/language_data_zh_CN.h @@ -1,7 +1,8 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include const u8g_fntpgm_uint8_t fontpage_69_191_191[28] U8G_FONT_SECTION("fontpage_69_191_191") = { diff --git a/Marlin/src/lcd/dogm/language_data_zh_TW.h b/Marlin/src/lcd/dogm/language_data_zh_TW.h index 1ed8e7f60d..478eb92eaa 100644 --- a/Marlin/src/lcd/dogm/language_data_zh_TW.h +++ b/Marlin/src/lcd/dogm/language_data_zh_TW.h @@ -1,7 +1,8 @@ -/* 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! */ - +/** + * Generated automatically by buildroot/share/fonts/uxggenpages.sh + * Contents will be REPLACED by future processing! + * Use genallfont.sh to generate font data for updated languages. + */ #include const u8g_fntpgm_uint8_t fontpage_69_191_191[28] U8G_FONT_SECTION("fontpage_69_191_191") = {