button: add brightness adjustment

This commit is contained in:
Dien-Nhung Nguyen-Phu
2024-06-02 22:42:01 +07:00
parent 1ae34de744
commit 6d09a8bb50
3 changed files with 25 additions and 9 deletions

View File

@@ -10,5 +10,6 @@ void led_init();
void leds_releaseall();
void led_write2dcol(int dcol, uint16_t col1_val, uint16_t col2_val);
void led_write2row_raw(int row, int which_half, uint32_t val);
void led_setDriveStrength(int is_20mA);
#endif /* __LEDDRV_H__ */