menu "Diagnostics"

config DIAG_HAS_LCD
    bool "Enable LCD/OLED diagnostics"
    default y
    help
        Enable code paths that probe/init the OLED display over I2C.

config DIAG_I2C_SDA_GPIO
    int "I2C SDA GPIO"
    default 23

config DIAG_I2C_SCL_GPIO
    int "I2C SCL GPIO"
    default 22

config DIAG_OLED_RST_GPIO
    int "OLED Reset GPIO (-1 to disable)"
    default -1

config DIAG_OLED_VEXT_GPIO
    int "OLED Vext/Power GPIO (-1 to disable)"
    default -1

config DIAG_OLED_VEXT_ACTIVE_LEVEL
    int "OLED Vext active level (0=low, 1=high)"
    default 1

config DIAG_BOOT_GPIO
    int "Boot/PRG button GPIO"
    default 0

endmenu
