Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PCNT HW accelerated Encoder #81

Merged
merged 3 commits into from
Apr 13, 2024
Merged

PCNT HW accelerated Encoder #81

merged 3 commits into from
Apr 13, 2024

Commits on Apr 13, 2024

  1. PCNT HW accelerated Encoder

    библиотека энкодера заменена на ESP32Encoder с поддержкой аппаратного квадратурного декодра на PCNT движке esp32
    
    обработка энкодера полностью переписана и интегрированна с шиной сообщений в связке с "кнопкой"
    параметры энкодера настраиваются в живом режиме, поддерживаются 1х, 2х, 4х энкодеры
    
    переработата схема переключения эффектов с затуханием, работа фейдера отслеживается через шину событий
    оптимизированна схема переключения яркости при смене эффектов
    
    доработан экран тм для отображения громкости звука плеера и номера переключаемого эффекта
    
    подчищен старый код
    vortigont committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    5070892 View commit details
    Browse the repository at this point in the history
  2. force ADC resolution to 10 bit

    might help on S3 boards where default ADC is 12 bit
    vortigont committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    0b9039c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    922eade View commit details
    Browse the repository at this point in the history