diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2015-09-07 17:06:05 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2015-09-07 17:06:05 +0900 |
commit | 014dbf25f628a3befb930d23ee0c24d4e9b8f929 (patch) | |
tree | 31b25440aa30c411e98571efcaa3a7d15cd9d181 /example-primer2/README | |
parent | 41610443d4d53d229d83509464f73f2bd52d98e2 (diff) |
Add example-primer2
Diffstat (limited to 'example-primer2/README')
-rw-r--r-- | example-primer2/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/example-primer2/README b/example-primer2/README new file mode 100644 index 0000000..b27a52a --- /dev/null +++ b/example-primer2/README @@ -0,0 +1,18 @@ +Example for STM32 Primer2 by Kazmoto Kojima + +It is taken from: + + http://www.rr.iij4u.or.jp/~kkojima/letschopstx.html + +From the original tar archive, chopstx-logo.data is removed because +it's too big. + +You can generate it by ImageMagick. + + $ convert ../chopstx.svg -depth 8 -flip \( +clone -channel B -fx R \) +swap -channel R -fx v.B -resize 128x160 -background white -compress none -flatten chopstx.ppm + + $ tail -n +4 chopstx.ppm | sed -e 's/ /, /g' > chopstx-logo.data + + +Since it was written for Chopstx 0.06, you would need to change a bit, +perhaps. |