diff options
Diffstat (limited to 'drivers/led/issi/is31fl3736.h')
| -rw-r--r-- | drivers/led/issi/is31fl3736.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/led/issi/is31fl3736.h b/drivers/led/issi/is31fl3736.h index c956c87f7..a30be9055 100644 --- a/drivers/led/issi/is31fl3736.h +++ b/drivers/led/issi/is31fl3736.h | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | /* Copyright 2018 Jason Williams (Wilba) | 1 | /* Copyright 2018 Jason Williams (Wilba) |
| 2 | * Copyright 2021 Doni Crosby | ||
| 2 | * | 3 | * |
| 3 | * This program is free software: you can redistribute it and/or modify | 4 | * This program is free software: you can redistribute it and/or modify |
| 4 | * it under the terms of the GNU General Public License as published by | 5 | * it under the terms of the GNU General Public License as published by |
| @@ -60,6 +61,15 @@ void IS31FL3736_mono_set_led_control_register(uint8_t index, bool enabled); | |||
| 60 | void IS31FL3736_update_pwm_buffers(uint8_t addr1, uint8_t addr2); | 61 | void IS31FL3736_update_pwm_buffers(uint8_t addr1, uint8_t addr2); |
| 61 | void IS31FL3736_update_led_control_registers(uint8_t addr1, uint8_t addr2); | 62 | void IS31FL3736_update_led_control_registers(uint8_t addr1, uint8_t addr2); |
| 62 | 63 | ||
| 64 | #define PUR_0R 0x00 // No PUR resistor | ||
| 65 | #define PUR_05KR 0x01 // 0.5k Ohm resistor | ||
| 66 | #define PUR_1KR 0x02 // 1.0k Ohm resistor | ||
| 67 | #define PUR_2KR 0x03 // 2.0k Ohm resistor | ||
| 68 | #define PUR_4KR 0x04 // 4.0k Ohm resistor | ||
| 69 | #define PUR_8KR 0x05 // 8.0k Ohm resistor | ||
| 70 | #define PUR_16KR 0x06 // 16k Ohm resistor | ||
| 71 | #define PUR_32KR 0x07 // 32k Ohm resistor | ||
| 72 | |||
| 63 | #define A_1 0x00 | 73 | #define A_1 0x00 |
| 64 | #define A_2 0x02 | 74 | #define A_2 0x02 |
| 65 | #define A_3 0x04 | 75 | #define A_3 0x04 |
