Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/_tools
diff options
context:
space:
mode:
authorScott Lahteine <github@thinkyhead.com>2019-11-30 14:16:20 +0300
committerScott Lahteine <github@thinkyhead.com>2019-11-30 14:19:14 +0300
commitbef6c6a4d08565a287684dbefa8915f1f6fb5d6a (patch)
tree7c114f5fc928aef795cf4c769ca9216bc3e23a73 /_tools
parent930fab7b18016ed96e04f6786b715ba65bbd3a33 (diff)
BMPHEIGHT automated in 2.0
Diffstat (limited to '_tools')
-rw-r--r--_tools/u8glib/converter.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/_tools/u8glib/converter.js b/_tools/u8glib/converter.js
index b7a6dffc..6db9abda 100644
--- a/_tools/u8glib/converter.js
+++ b/_tools/u8glib/converter.js
@@ -314,7 +314,7 @@ var bitmap_converter = function() {
if (vers != 2) cpp += '#define ' + rn + '_BMPHEIGHT ' + ih + '\n';
}
- cpp += 'const unsigned char ' + name + '[] PROGMEM = {\n';
+ cpp += '\nconst unsigned char ' + name + '[] PROGMEM = {\n';
/**
* Print the data as hex or binary,