3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 06:44:18 +00:00
Brooklyn/gnuk/chopstx/example-primer2
2021-10-27 18:46:41 +05:00
..
lcd.c Re-push QortalIOS Sources cuz of sissy snowflakes 2021-10-27 18:46:41 +05:00
lcd.ld Re-push QortalIOS Sources cuz of sissy snowflakes 2021-10-27 18:46:41 +05:00
main.c Re-push QortalIOS Sources cuz of sissy snowflakes 2021-10-27 18:46:41 +05:00
Makefile Re-push QortalIOS Sources cuz of sissy snowflakes 2021-10-27 18:46:41 +05:00
primer2-switches.c Re-push QortalIOS Sources cuz of sissy snowflakes 2021-10-27 18:46:41 +05:00
primer2-switches.h Re-push QortalIOS Sources cuz of sissy snowflakes 2021-10-27 18:46:41 +05:00
primer2-ts.c Re-push QortalIOS Sources cuz of sissy snowflakes 2021-10-27 18:46:41 +05:00
primer2-ts.h Re-push QortalIOS Sources cuz of sissy snowflakes 2021-10-27 18:46:41 +05:00
README Re-push QortalIOS Sources cuz of sissy snowflakes 2021-10-27 18:46:41 +05:00
st7732.h Re-push QortalIOS Sources cuz of sissy snowflakes 2021-10-27 18:46:41 +05:00

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.