aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2020-03-21 20:27:19 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2020-03-21 20:27:19 -0500
commit284b9bc31d3e794eaf644d01e0ac55c8b495382b (patch)
tree1d9073429026d9b3e4c463fb4a059a093c33c99d
parent7fd99590457f40614ba00210921241ae8ae82720 (diff)
Add a test routine for the Noritake CU40045-UW1J 4x40 VFD and M68 mode with Scott baker's VFD module version 0.5
-rw-r--r--addon/sb_vfd/vfd_4x40_m68_test.bas12
1 files changed, 12 insertions, 0 deletions
diff --git a/addon/sb_vfd/vfd_4x40_m68_test.bas b/addon/sb_vfd/vfd_4x40_m68_test.bas
new file mode 100644
index 0000000..382fac1
--- /dev/null
+++ b/addon/sb_vfd/vfd_4x40_m68_test.bas
@@ -0,0 +1,12 @@
+10 OUT 0, &H30
+15 OUT 2, &H30
+20 OUT 1, 0
+25 OUT 3, 0
+30 OUT 0, 1
+35 OUT 2, 1
+40 OUT 0, &H0F
+45 OUT 2, &H0F
+50 FOR I = &H10 TO &HFF
+60 OUT 1, I : OUT3, I
+70 FOR J = 0 to 1000 : NEXT J
+80 NEXT I