Compare commits

..

No commits in common. "05a1b65bb922a5b40dad37e82702b26c70d5bfe7" and "439b5c391f1eda88395e790746d2ed6f2db100aa" have entirely different histories.

View File

@ -43,9 +43,9 @@ TRIGGER_PIN = 2 # Pin that connects to the scan module's trigger line, pulls the
UP_BUTTON_PIN = 10 # Pin to read for navigation up button
DOWN_BUTTON_PIN = 11 # Pin to read for navigation down button
HAS_WS2812 = True # Has an WS2812/Neopixel, will use instead of normal LED
WS2812_PIN = 3 # GPIO pin for WS2812
WS2812_PIN = 13 # GPIO pin for WS2812
LED_PIN = 3 # "LED" for testing, 3 for prod
FIRMWARE_VERSION = "1.0.0"
FIRMWARE_VERSION = "0.0.1"
#
# Scanner configuration
@ -70,7 +70,7 @@ USBHID_ENABLED = True # Disable USB, use serial output only (good for debugging)
#
# Display configuration
#
ENABLE_DISPLAY = True # Set to False to ignore display commands
ENABLE_DISPLAY = False # Set to False to ignore display commands
DISPLAY_WIDTH = 128
DISPLAY_HEIGHT = 64
CHAR_WIDTH = 8