summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2018-11-27 13:40:57 +1030
committerDaniel Jones <admin@danieljon.es>2018-11-27 13:40:57 +1030
commit1d99cdb4c69420e8a87318f7d0d44753cb3c266e (patch)
treeccc63e709c652568860c3d5a734826112552f56a /README
download7segmentrpi-1d99cdb4c69420e8a87318f7d0d44753cb3c266e.tar.gz
7segmentrpi-1d99cdb4c69420e8a87318f7d0d44753cb3c266e.zip
first commit
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..ec9f684
--- /dev/null
+++ b/README
@@ -0,0 +1,7 @@
+Raspberry Pi 4 digit 7 segment display effects without GPIO libraries.
+Sloppy code with lots of repeating the same portions.
+
+displayword(unsigned char str[5]) // simply display a word, use in a loop
+blinkword(unsigned char str[4], int repeat) // blink word once plus any integer > 0. <0 will blink forever
+runclock(void) // display the time on the display, forever
+scrollword(char *string) // scroll the string from right to left with a small buffer of extra characters