QortalOS Brooklyn for Raspberry Pi 4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Raziel K. Crowe bddd2b82f7 cleaning up the git 3 years ago
..
Makefile cleaning up the git 3 years ago
README cleaning up the git 3 years ago
lcd.c cleaning up the git 3 years ago
lcd.ld cleaning up the git 3 years ago
main.c cleaning up the git 3 years ago
primer2-switches.c cleaning up the git 3 years ago
primer2-switches.h cleaning up the git 3 years ago
primer2-ts.c cleaning up the git 3 years ago
primer2-ts.h cleaning up the git 3 years ago
st7732.h cleaning up the git 3 years ago

README

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.