jonny_ji7 307cad4a9a init - display test
new idf project (with  idf.py create-project)
add 2 components for encoder and display:
    https://github.com/DavidAntliff/esp32-rotary-encoder
    https://github.com/UncleRus/esp-idf-lib/tree/master/components/max7219
add code for testing a 7 segment display
2022-08-06 09:28:38 +02:00

22 lines
411 B
YAML

---
components:
- name: max7219
description: Driver for 8-Digit LED display drivers, MAX7219/MAX7221
group: led
groups: []
code_owners: UncleRus
depends:
- driver
- log
thread_safe: yes
targets:
- name: esp32
- name: esp32s2
- name: esp32c3
licenses:
- name: BSD-3
copyrights:
- author:
name: UncleRus
year: 2019