Merge pull request #526 from UberGuidoZ/main

Few additions
This commit is contained in:
UberGuidoZ 2023-08-04 14:07:37 -07:00 committed by GitHub
commit 2945fbed9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 195 additions and 0 deletions

View File

@ -0,0 +1,124 @@
Filetype: IR signals file
Version: 1
#
# Andonstar microscope remote (AD206 tested, likely works with all others.)
#
name: Capture
type: parsed
protocol: NEC
address: 00 00 00 00
command: 45 00 00 00
#
name: Menu
type: parsed
protocol: NEC
address: 00 00 00 00
command: 46 00 00 00
#
name: Mode
type: parsed
protocol: NEC
address: 00 00 00 00
command: 47 00 00 00
#
name: Frozen
type: parsed
protocol: NEC
address: 00 00 00 00
command: 07 00 00 00
#
name: Cross Line
type: parsed
protocol: NEC
address: 00 00 00 00
command: 0D 00 00 00
#
name: 50 60 Hz
type: parsed
protocol: NEC
address: 00 00 00 00
command: 19 00 00 00
#
name: Ok
type: parsed
protocol: NEC
address: 00 00 00 00
command: 44 00 00 00
#
name: Zoom Up
type: parsed
protocol: NEC
address: 00 00 00 00
command: 09 00 00 00
#
name: Zoom Down
type: parsed
protocol: NEC
address: 00 00 00 00
command: 15 00 00 00
#
name: Bright Up
type: parsed
protocol: NEC
address: 00 00 00 00
command: 43 00 00 00
#
name: Bright Down
type: parsed
protocol: NEC
address: 00 00 00 00
command: 40 00 00 00
#
name: Rotate
type: parsed
protocol: NEC
address: 00 00 00 00
command: 16 00 00 00
#
name: Sharp Up
type: parsed
protocol: NEC
address: 00 00 00 00
command: 18 00 00 00
#
name: Sharp Down
type: parsed
protocol: NEC
address: 00 00 00 00
command: 0C 00 00 00
#
name: Contrast Up
type: parsed
protocol: NEC
address: 00 00 00 00
command: 1C 00 00 00
#
name: Contrast Dn
type: parsed
protocol: NEC
address: 00 00 00 00
command: 08 00 00 00
#
name: Black White
type: parsed
protocol: NEC
address: 00 00 00 00
command: 52 00 00 00
#
name: Inverse
type: parsed
protocol: NEC
address: 00 00 00 00
command: 42 00 00 00
#
name: Lock File
type: parsed
protocol: NEC
address: 00 00 00 00
command: 5E 00 00 00
#
name: Default Set
type: parsed
protocol: NEC
address: 00 00 00 00
command: 4A 00 00 00

Binary file not shown.

After

Width:  |  Height:  |  Size: 708 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

View File

@ -0,0 +1,71 @@
Filetype: IR signals file
Version: 1
#
# TV LED ESSENTIELB Android TV
# Essentiel B is Boulanger's distributor brand
#
name: Power
type: parsed
protocol: RCA
address: 0F 00 00 00
command: 54 00 00 00
#
name: Mute
type: parsed
protocol: RCA
address: 0F 00 00 00
command: FC 00 00 00
#
name: Ch+
type: parsed
protocol: RCA
address: 0F 00 00 00
command: B4 00 00 00
#
name: Ch-
type: parsed
protocol: RCA
address: 0F 00 00 00
command: 34 00 00 00
#
name: Vol+
type: parsed
protocol: RCA
address: 0F 00 00 00
command: F4 00 00 00
#
name: Vol-
type: parsed
protocol: RCA
address: 0F 00 00 00
command: 74 00 00 00
#
name: Left
type: parsed
protocol: RCA
address: 0F 00 00 00
command: 6A 00 00 00
#
name: Right
type: parsed
protocol: RCA
address: 0F 00 00 00
command: EA 00 00 00
#
name: Up
type: parsed
protocol: RCA
address: 0F 00 00 00
command: 9A 00 00 00
#
name: Down
type: parsed
protocol: RCA
address: 0F 00 00 00
command: 1A 00 00 00
#
name: Ok
type: parsed
protocol: RCA
address: 0F 00 00 00
command: 2F 00 00 00