]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ir_rc5/lists.py
Typo preventing "Personal preference settings" & "Display user info on screen" from...
[libsigrokdecode.git] / decoders / ir_rc5 / lists.py
index 8a81ef7b73dde8af9dfecd2d6d36c9d23f586488..4a8c958d88bb627be9f3810c132da3e5a3c6f053 100644 (file)
@@ -14,8 +14,7 @@
 ## GNU General Public License for more details.
 ##
 ## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+## along with this program; if not, see <http://www.gnu.org/licenses/>.
 ##
 
 # Systems/addresses (0..31). Items that are not listed are reserved/unknown.
@@ -70,7 +69,7 @@ command = {
         12: ['Standby', 'StBy'],
         13: ['Mute', 'M'],
         14: ['Personal preferences', 'PP'],
-        14: ['Display', 'Disp'],
+        15: ['Display', 'Disp'],
         16: ['Volume up', 'Vol+'],
         17: ['Volume down', 'Vol-'],
         18: ['Brightness up', 'Br+'],
@@ -92,4 +91,3 @@ command = {
         55: ['Recording', 'Rec'],
     }.items())),
 }
-