This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
95195b5574
zephyr
/
samples
/
drivers
/
ht16k33
/
prj.conf
7 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: drivers: ht16k33: add sample application for the HT16K33 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>
2019-03-25 03:24:31 +08:00
CONFIG_LOG=y
CONFIG_I2C=y
CONFIG_LED=y
drivers: ht16k33: convert keyscan driver from gpio API to kscan API Convert the keyscan portion of the Holtek HT16K33 driver to adhere to the kscan API instead of the GPIO API. When this driver was introduced the kscan API was not present. The keyscan driver was therefore implemented as a GPIO interrupt driver. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
2021-06-15 04:58:56 +08:00
CONFIG_KSCAN=y
drivers: ht16k33: convert from kscan to input Convert the ht16k33 to use the input subsystem. This can still be used with the kscan API with the zephyr,kscan-input driver, or use the input-keymap one to generate input codes instead. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2024-03-07 00:22:20 +08:00
CONFIG_INPUT=y
samples: drivers: ht16k33: add sample application for the HT16K33 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>
2019-03-25 03:24:31 +08:00
CONFIG_HT16K33_KEYSCAN=y