mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-16 00:58:55 +00:00
26 lines
559 B
Plaintext
26 lines
559 B
Plaintext
menuconfig AIC_USING_BARCODE_DEMO
|
|
bool "ArtInChip Barcode Demo"
|
|
default n
|
|
|
|
if AIC_USING_BARCODE_DEMO
|
|
config AIC_BARCODE_DEMO_LED
|
|
bool "barcode backlight enable"
|
|
default y
|
|
|
|
if AIC_BARCODE_DEMO_LED
|
|
config BARCODE_DEMO_LED_GPIO
|
|
string "barcode backlight pin"
|
|
depends on AIC_BARCODE_DEMO_LED
|
|
default "PA.5"
|
|
endif
|
|
|
|
config AIC_BARCODE_JTAG_DEBUG
|
|
bool "barcode jtag debug"
|
|
default y
|
|
|
|
config AIC_BARCODE_BEEP
|
|
bool "barcode beep"
|
|
default y
|
|
|
|
endif
|