aboutsummaryrefslogtreecommitdiffstats
path: root/addon/sb_vfd
diff options
context:
space:
mode:
Diffstat (limited to 'addon/sb_vfd')
-rw-r--r--addon/sb_vfd/vfd_clock.bas2
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/sb_vfd/vfd_clock.bas b/addon/sb_vfd/vfd_clock.bas
index 401a4ea..22334d4 100644
--- a/addon/sb_vfd/vfd_clock.bas
+++ b/addon/sb_vfd/vfd_clock.bas
@@ -59,7 +59,7 @@
3090 RETURN
4000 OUT 0, &H30 : REM function set - 8 bit
-4010 OUT 1, 0 : REM max brightness
+4010 OUT 1, 3 : REM min brightness
4020 OUT 0, 1 : REM clear display
4030 OUT 0, &H0F : REM display on, cursor on, blink on
4040 RETURN