diff options
author | James <james@james-wood.com.au> | 2020-07-02 21:37:59 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-02 07:37:59 -0400 |
commit | 7bc64700827bf7cfe118bfdf8787c5817202db5e (patch) | |
tree | fa8694effabc4b9aa8fe0bdb6ccf1dbe21587faa /config/sample-glyphs.cfg | |
parent | c6b652044d8e2bc59cde15c20a92f113b324bc03 (diff) | |
download | kutter-7bc64700827bf7cfe118bfdf8787c5817202db5e.tar.gz kutter-7bc64700827bf7cfe118bfdf8787c5817202db5e.tar.xz kutter-7bc64700827bf7cfe118bfdf8787c5817202db5e.zip |
config: Added some sample glyphs for 128x64 screens (#3028)
A selection of sample glyphs for use on 128x64 displays.
Signed-off-by: James Wood <james@james-wood.com.au>
Diffstat (limited to 'config/sample-glyphs.cfg')
-rw-r--r-- | config/sample-glyphs.cfg | 196 |
1 files changed, 196 insertions, 0 deletions
diff --git a/config/sample-glyphs.cfg b/config/sample-glyphs.cfg new file mode 100644 index 00000000..01023bf0 --- /dev/null +++ b/config/sample-glyphs.cfg @@ -0,0 +1,196 @@ +# Some alternate glyphs for use with 128x64 LCDs. These are used by adding them to your printer.cfg. +# See config/example-extras.cfg for more information about setting these up. + + +# =============================== +# Speedometer feedrate +# =============================== + +[display_glyph feedrate] +data: + ................ + ................ + ................ + ......******.... + ....**********.. + ...****....****. + ..***........**. + .***..........*. + .**..*.......... + ***...*......... + **.....*........ + **......**...... + **......***..... + **.......**..... + ................ + ................ + + + +# =============================== +# Blower-style fan +# =============================== + +[display_glyph fan1] +data: + ................ + ......****...... + ....**...***.... + ...*..*...*.*... + ..*..........*.. + ..**.........*.. + .**....**...*.*. + .*....*..*....*. + .*....*..*....*. + .*.*...**....**. + ..*.........**.. + ..*..........*.. + ...*.*...*..*... + ....***...**.... + ......****...... + ................ + +[display_glyph fan2] +data: + ................ + ......****...... + ....**.*..**.... + ...*....*...*... + ..*.*......*.*.. + ..*..........*.. + .*.....**.....*. + .*.*..*..*...**. + .**...*..*..*.*. + .*.....**.....*. + ..*..........*.. + ..*.*......*.*.. + ...*...*....*... + ....**..*.**.... + ......****...... + ................ + + + +# =============================== +# Alternate square bed +# =============================== + +[display_glyph bed] +data: + ................ + ................ + ................ + ................ + ................ + ................ + ................ + ................ + ................ + ................ + ...**********... + ..*..........*.. + .*............*. + *..............* + **************** + ................ + +[display_glyph bed_heat1] +data: + ................ + ......*...*..... + ......*...*..... + .....*...*...... + .....*...*...... + ......*...*..... + ......*...*..... + .....*...*...... + .....*...*...... + ................ + ...**********... + ..*..........*.. + .*............*. + *..............* + **************** + ................ + +[display_glyph bed_heat2] +data: + ................ + .....*...*...... + .....*...*...... + ......*...*..... + ......*...*..... + .....*...*...... + .....*...*...... + ......*...*..... + ......*...*..... + ................ + ...**********... + ..*..........*.. + .*............*. + *..............* + **************** + ................ + + + +# =============================== +# Round bed +# =============================== + +[display_glyph bed] +data: + ................ + ................ + ................ + ................ + ................ + ................ + ................ + .....******..... + ...**......**... + ..*..........*.. + .*............*. + .*............*. + ..*..........*.. + ...**......**... + .....******..... + ................ + +[display_glyph bed_heat1] +data: + .....*..*..*.... + .....*..*..*.... + ....*..*..*..... + ....*..*..*..... + .....*..*..*.... + .....*..*..*.... + ................ + .....******..... + ...**......**... + ..*..........*.. + .*............*. + .*............*. + ..*..........*.. + ...**......**... + .....******..... + ................ + +[display_glyph bed_heat2] +data: + ....*..*..*..... + ....*..*..*..... + .....*..*..*.... + .....*..*..*.... + ....*..*..*..... + ....*..*..*..... + ................ + .....******..... + ...**......**... + ..*..........*.. + .*............*. + .*............*. + ..*..........*.. + ...**......**... + .....******..... + ................ |