fix buttons working, add basic brightness control

This commit is contained in:
true
2026-05-08 22:12:06 -07:00
parent fe169b64f6
commit b2de3abe08
5 changed files with 55 additions and 4 deletions

View File

@@ -7,6 +7,7 @@
#include <stdint.h>
#include "driver/aw20xxx.h"
@@ -21,6 +22,8 @@ typedef struct LedMap {
extern AW20x awled;
extern LedMap led_set;
extern uint8_t awled_fade[6*12];