From 284b9bc31d3e794eaf644d01e0ac55c8b495382b Mon Sep 17 00:00:00 2001 From: William Harrington Date: Sat, 21 Mar 2020 20:27:19 -0500 Subject: Add a test routine for the Noritake CU40045-UW1J 4x40 VFD and M68 mode with Scott baker's VFD module version 0.5 --- addon/sb_vfd/vfd_4x40_m68_test.bas | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 addon/sb_vfd/vfd_4x40_m68_test.bas (limited to 'addon/sb_vfd') 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 -- cgit v1.2.3-54-g00ecf