mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 06:25:22 +00:00
Add a sample application for showcasing the functionality of the Holtek HT16K33 LED driver with keyscan functionality. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
7 lines
95 B
Plaintext
7 lines
95 B
Plaintext
CONFIG_LOG=y
|
|
CONFIG_I2C=y
|
|
CONFIG_GPIO=y
|
|
CONFIG_LED=y
|
|
CONFIG_HT16K33=y
|
|
CONFIG_HT16K33_KEYSCAN=y
|