Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yoton Y3 projector #882

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,26 +1,32 @@
Filetype: IR signals file
Version: 1
#
# Generic Projector
# Yoton Y3 Mini Projector
#
name: Power
type: parsed
protocol: NEC
address: 00 00 00 00
command: A8 00 00 00
#
name: Projection
name: Mute
type: parsed
protocol: NEC
address: 00 00 00 00
command: D6 00 00 00
command: 88 00 00 00
#
name: Input
type: parsed
protocol: NEC
address: 00 00 00 00
command: 97 00 00 00
#
name: Menu
type: parsed
protocol: NEC
address: 00 00 00 00
command: 91 00 00 00
#
name: Up
type: parsed
protocol: NEC
Expand Down Expand Up @@ -51,50 +57,45 @@ protocol: NEC
address: 00 00 00 00
command: 99 00 00 00
#
name: Menu
type: parsed
protocol: NEC
address: 00 00 00 00
command: 91 00 00 00
#
name: Back
type: parsed
protocol: NEC
address: 00 00 00 00
command: A4 00 00 00
#
name: Play/Pause
name: Volume+
type: parsed
protocol: NEC
address: 00 00 00 00
command: 93 00 00 00
command: 8C 00 00 00
#
name: Mute
name: Volume-
type: parsed
protocol: NEC
address: 00 00 00 00
command: 88 00 00 00
command: 9C 00 00 00
#
name: VOL+
name: Play/Pause
type: parsed
protocol: NEC
address: 00 00 00 00
command: 8C 00 00 00
command: 93 00 00 00
#
name: VOL-
name: Keystone+
type: parsed
protocol: NEC
address: 00 00 00 00
command: 9C 00 00 00
command: 82 00 00 00
#
name: Next
name: Keystone-
type: parsed
protocol: NEC
address: 00 00 00 00
command: 82 00 00 00
#
name: Prev
command: 98 00 00 00
#
# Non-functional on the Y3
name: Projection
type: parsed
protocol: NEC
address: 00 00 00 00
command: 98 00 00 00
command: D6 00 00 00
Loading