Forked from bgulla/gist:ec28e7f9f8653bc6b8dd53dc003a9b07
Last active
May 15, 2021 14:04
-
-
Save 1337-server/979d4cc76866af22876c66727d2a0ab4 to your computer and use it in GitHub Desktop.
LIRC config file for RGB LED light strips.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Please make this file available to others | |
# by sending it to <[email protected]> | |
# | |
# this config file was automatically generated | |
# using lirc-0.9.0-pre1(default) on Tue Nov 29 03:27:29 2016 | |
# | |
# contributed by bgulla | |
# Product url: https://www.amazon.co.uk/gp/product/B07YLXR9T6 | |
# brand: Letion | |
# model no. of remote control: 5050 LED | |
# devices being controlled by this remote: LED RGB Strips | |
# | |
begin remote | |
name RGBLED | |
bits 16 | |
flags SPACE_ENC|CONST_LENGTH | |
eps 30 | |
aeps 100 | |
header 8997 4495 | |
one 553 1689 | |
zero 553 568 | |
ptrail 550 | |
repeat 8999 2253 | |
pre_data_bits 16 | |
pre_data 0xFF | |
gap 107669 | |
toggle_bit_mask 0x0 | |
############################################################################### | |
begin codes | |
ON 0xF7C03F | |
OFF 0xF740BF # ON AND OFF | |
# NOTE: From observation, it seems that there are about 50 levels of brightness | |
BRIGHTER 0xF700FF | |
DIMMER 0xF7807F | |
CYCLE_RGB 0xF7E817 | |
CYCLE_ALL 0xF7D02F | |
PULSE_WHITE 0xF7F00F | |
SMOOTH 0xF7C837 | |
WHITE 0xF7E01F | |
RED 0xF720DF | |
GREEN 0xF7A05F | |
BLUE 0xF7609F | |
ORANGE 0xF710EF | |
YELLOW_DARK 0xF730CF | |
YELLOW_LIME 0xF708F7 | |
YELLOW_GREENISH 0xF728D7 | |
TURQUOISE 0xF7906F | |
TURQUOISE_LIGHT 0xF7B04F | |
BLUE_LIGHT 0xF78877 | |
BLUE_PASTEL 0xF7A857 | |
BLUE_PURPLE 0xF750AF | |
PURPLE_DARK 0xF7708F | |
PURPLE_PINKISH 0xF748B7 | |
PINK 0xF76897 | |
KEY_F1 0x02FD #POWER | |
KEY_F2 0x827D #BLACK PLAY | |
KEY_F3 0xBA45 #BRIGHTNESS UP | |
KEY_F4 0x3AC5 #BRIGHTNESS DOWN | |
KEY_F5 0x22DD #WHITE | |
KEY_F6 0xA25D #BLUE | |
KEY_F7 0x9A65 #GREEN | |
KEY_F8 0x1AE5 #RED | |
KEY_F9 0x12ED #PEACH | |
KEY_F10 0x926D #NEON-BLUE | |
KEY_F11 0xAA55 #LIGHTGREEN | |
KEY_F12 0x2AD5 #ORANGE | |
KEY_F13 0x32CD #PEACHER | |
KEY_F14 0xB24D #DARK-PURPLE | |
KEY_F15 0x8A75 #GREENISHBLUE | |
KEY_F16 0x0AF5 #LIGHT-ORANGE | |
KEY_F17 0xF807 #AQUa | |
KEY_F18 0x7887 #NOT-AS-DARK-PURPLE | |
KEY_F19 0xB847 #TORQUIOSE | |
KEY_F20 0x18E7 #LIGHTESTORANGE | |
KEY_F21 0xD827 #LIGHT BLUE | |
KEY_F22 0x58A7 #FUSCIA | |
KEY_F23 0x9867 #COOLBLUE | |
KEY_F24 0x18E7 #YELLOW | |
BTN_1 0xE817 #QUICK | |
BTN_2 0xC837 #SLOW | |
BR1 0xFFE817 | |
BR2 0xFF02FD | |
BR3 0xFF50AF | |
BR4 0xFF38C7 | |
BG1 0xFF48B7 | |
BG2 0xFF32CD | |
BG3 0xF78877 | |
BG4 0xFF28D7 | |
BB1 0xFF6897 | |
BB2 0xFF20DF | |
BB3 0xFF708F | |
BB4 0xFFF00F | |
end codes | |
############################################################################### | |
end remote |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment