# This file must be renamed to vfd.conf and placed in the /storage/.config/ folder.
#
# Magicsee N5 configuration
#--------------------
#gpio_xxx:
# [0] 0 = &gpio, 1 = &gpio_ao.
# [1] pin number - https://github.com/openSUSE/kernel/blob/master/include/dt-bindings/gpio/meson-gxl-gpio.h
# [2] GPIO flags - Bits [0 - 3, 5, 7]: reserved, must be 0. Bit [4]: Enable pull-ups. Bit [6]: Enable high-kick mode (not recommended!)
# * 0xFF in vfd_gpio_stb skips this entry, required for 2-wire protocols
vfd_gpio_clk='1,4,0x10'
vfd_gpio_dat='1,5,0x10'
vfd_gpio_stb='0,0,0xFF'
#chars:
# < DHHMM > Order of display chars (D=dots, represented by a single char)
vfd_chars='0,1,2,3,4'
#dot_bits:
This file has been truncated. show original