diff --git a/README.md b/README.md index 40fc05f..7c543f1 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,24 @@ The following commands are single byte: |GAIN_CENTER_DOWN|0x0D|Decrease Subwoofer Gain| |GAIN_REAR_UP|0x0E|Increase Rear Gain| |GAIN_DOWN_UP|0x0F|Decrease Rear Gain| - - - - +||| +|PWM_OFF|0x10|PWM Generator OFF| +|PWM_ON|0x11|PWM Generator ON| +||| +|SET_EFFECT_3D|0x14|Enable 3D Effect| +|SET_EFFECT_41|0x15|Enable 4.1 Effect| +|SET_EFFECT_21|0x16|Enable 2.1 Effect| +|SET_EFFECT_NO|0x35|Disable all Effects| +||| +|BLOCK_INPUTS|0x22|Disable signal input| +|GET_TEMP|0x25|Get Temprature sensors| +|GET_INPUT_GAIN|0x2F|Get gain of input signal| +|NO_BLOCK_INPUTS|0x33|Enable signal input| +||| +|RESET_IDLE_TIME|0x30|Reset Idle Timer| +|GET_IDLE_TIME|0x31|Get Idle Timer| +|GET_STATUS|0x34|Get General Status| +|EEPROM_SAVE|0x36|Save current settings to EEPROM| +||| +|MUTE_ON|0x38|Enable Mute| +|MUTE_OFF|0x39|Disbale Mute|