MCURTC:SetInfoLEDPattern: Difference between revisions
mNo edit summary |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 35: | Line 35: | ||
=Description= | =Description= | ||
This is used for controlling(including blinking) the notification LED. MCU module uses [[I2C_Services|I2C]] service command 0x001100C2 to write the input 0x64-bytes to MCU [[I2C]] register 0x2D. | This is used for controlling (including blinking) the notification LED. MCU module uses [[I2C_Services|I2C]] service command 0x001100C2 to write the input 0x64-bytes to MCU [[I2C]] register 0x2D. | ||
=Animation= | =Animation= | ||
Line 43: | Line 43: | ||
! u8 smoothing | ! u8 smoothing | ||
! u8 loop_delay | ! u8 loop_delay | ||
! u8 | ! u8 blink_speed | ||
|- | |- | ||
| ''delay = seconds * 0x10'' | | ''delay = seconds * 0x10'' | ||
Line 57: | Line 57: | ||
If set to 0xFF, the pattern is played only once. | If set to 0xFF, the pattern is played only once. | ||
| | | if smoothing is nothing, this can set LED blink speed value. | ||
|} | |} |