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

ViewSonic ViewBoard 12 buttons #612

Merged
merged 4 commits into from
Dec 10, 2023
Merged
Changes from 3 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
68 changes: 67 additions & 1 deletion Touchscreen_Displays/ViewSonic/ViewSonic_ViewBoard.ir
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,72 @@ protocol: RC5
address: 00 00 00 00
command: 0C 00 00 00
#
name: Freeze
type: parsed
protocol: RC5X
address: 00 00 00 00
command: 1F 00 00 00
#
name: Home
type: parsed
protocol: RC5
address: 00 00 00 00
command: 2D 00 00 00
#
name: Ok
type: parsed
protocol: RC5
address: 00 00 00 00
command: 0A 00 00 00
#
name: Mute
type: parsed
protocol: RC5
address: 00 00 00 00
command: 0D 00 00 00
#
name: Right
type: parsed
protocol: RC5
address: 00 00 00 00
command: 2B 00 00 00
#
name: Left
type: parsed
protocol: RC5
address: 00 00 00 00
command: 2C 00 00 00
#
name: Back
type: parsed
protocol: RC5
address: 00 00 00 00
command: 0F 00 00 00
#
name: Source
type: parsed
protocol: RC5
address: 00 00 00 00
command: 28 00 00 00
#
name: Windows
type: parsed
protocol: RC5
address: 00 00 00 00
command: 13 00 00 00
#
name: Setting
type: parsed
protocol: RC5
address: 00 00 00 00
command: 2E 00 00 00
#
name: ScreenShot
type: parsed
protocol: RC5X
address: 00 00 00 00
command: 1E 00 00 00
#
name: Ch_next
type: parsed
protocol: RC5
Expand Down Expand Up @@ -73,4 +139,4 @@ name: Exit
type: parsed
protocol: RC5
address: 00 00 00 00
command: 0F 00 00 00
command: 0F 00 00 00
Loading