This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // In the hope that this helps someone who also needs to create a custom bitmap font that is compatible with Adafruit GFX | |
| package main | |
| import ( | |
| "image/png" | |
| "os" | |
| "text/template" | |
| ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dwnlds = document.getElementsByClassName("js-start-download"); files = ""; for (i = 0; i < dwnlds.length; i++) { files += dwnlds[i].getElementsByTagName("a")[0].href; files += "\n"; } console.log(files); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Build DirectFB for Pandora | |
| # Copyright 2017 Benedikt Muessig <[email protected]> | |
| export INSTALLDIR=/home/bmuessig/x-tools/armarmv5te-unknown-linux-gnueabi | |
| export TARGETMACH=arm-none-linux-gnueabi | |
| export BUILDMACH=x86_64-linux-gnu | |
| export CROSS=armarmv5te-unknown-linux-gnueabi | |
| export PREFIX=/home/bmuessig/Pandora/target | |
| export CC=$(CROSS)-gcc | |
| export CXX=$(CROSS)-g++ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| && | |
| #5 -t1 -s1"?Min. log radius of 4-axis machining" -s2"mm" -m1 -min=3.000 -max=999.999 | |
| #6 -t2 -s1"Rotational ref. axis for A-axis" -m1 -min=0.000 -max=3.000 -i0"X-axis" -i1"Y-axis" -i2"Z-axis" -i3"No rotation" | |
| #104 -t2 -s1"?A-axis optimal path when G0 run" -m1 -min=0.000 -max=1.000 -i0"No" -i1"Yes" | |
| #34 -t1 -s1"X-axis pulses per mm" -s2"pulse/mm" -m2 -min=50.000 -max=99999.000 | |
| #35 -t1 -s1"Y-axis pulses per mm" -s2"pulse/mm" -m2 -min=50.000 -max=99999.000 | |
| #36 -t1 -s1"Z-axis pulses per mm" -s2"pulse/mm" -m2 -min=50.000 -max=99999.000 | |
| #37 -m0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* CHANGES of the "lunakid fork": | |
| See CHANGES.txt for TODO items and release notes! | |
| DONE: | |
| + See the GitHub commit log for a detailed change history! | |
| -------- | |
| Old (pre-1.2) manual change log (partly parallel with the GitHub commit log): |