Skip to content

Instantly share code, notes, and snippets.

@jelmervdl
Last active January 21, 2018 17:21
Show Gist options
  • Save jelmervdl/855561c48e470b153696a9066f0c9101 to your computer and use it in GitHub Desktop.
Save jelmervdl/855561c48e470b153696a9066f0c9101 to your computer and use it in GitHub Desktop.
LIRC remote configuration for Aldi RGB-LED Flex Band Set light strip (LED-SF-00297) http://woodsgood.ca/projects/2015/02/13/rgb-led-strip-controllers-ir-codes/
begin remote
name LED-SF-00297
flags SPACE_ENC|CONST_LENGTH
eps 20
aeps 200
bits 32
header 9000 4500
one 560 1690
zero 560 560
ptrail 560
gap 385000
begin codes
BRIGHTNESS_UP 0xF700FF
BRIGHTNESS_DOWN 0xF7807F
POWER_OFF 0xF740BF
POWER_ON 0xF7C03F
R0 0xF720DF
G0 0xF7A05F
B0 0xF7609F
R1 0xF710EF
G1 0xF7906F
B1 0xF750AF
R2 0xF730CF
G2 0xF7B04F
B2 0xF7708F
R3 0xF708F7
G3 0xF78877
B3 0xF748B7
R4 0xF728D7
G4 0xF7A857
B4 0xF76897
WHITE 0xF7E01F
FLASH 0xF7D02F
STROBE 0xF7F00F
FADE 0xF7C837
SMOOTH 0xF7E817
end codes
end remote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment